Skip to content

Commit

Permalink
Creating house build for packaging procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris Silva Jr committed Apr 15, 2018
1 parent b7c1b2b commit c7e7be8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/translation.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ID Language File Edit Help Quit Preferences Help Start Next Name Results Contact Finish Save Cancel Docs All Instruct Data TextAbout About Language
ID LONG_ID File Edit Help Quit Preferences Help Start Next Name Results Contact Finish Save Cancel Docs All Instruct Data TextAbout About Language
EN English File Edit Hep Quit Preferences Help Start Next Name Results saved Contact the test's applicator Finish Save Cancel Documentation Answer all questions Click the button below to proceed Data ScalemateForms was written by Cris Silva Jr. (http://www.crisjr.eng.br) in the Laboratory of Neuroscience and Behaviour from the University of Brasília. It was released under the MIT License (https://opensource.org/licenses/MIT) About Language
PT-BR Português Brasileiro Arquivo Editar Ajuda Sair Preferências Ajuda Sair Continuar Nome Resultados salvos com sucesso! Contate o aplicador do teste. Finalizar Salvar Cancelar Documentação Responda todas as perguntas. Aperte o botão abaixo para continuar. Dados ScalemateForms foi escrito por Cris Silva Jr. (http://www.crisjr.eng.br) no Laboratório de Neurociência e Comportamento da Universidade de Brasília e foi lançado sob a licença MIT (https://opensource.org/licenses/MIT). Sobre Idioma
12 changes: 12 additions & 0 deletions house.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
build:
local: true
commands:
- rm -rf Production/*
- cp README.md Production
- cp LICENSE Production
- mkdir Production/assets
- mkdir Production/results
- cp -R Assets/* Production/assets
- cp Scalemate/ScalemateForms/bin/Release/Scalemate.dll Production
- cp Scalemate/ScalemateForms/bin/Release/ScalemateForms.exe Production

0 comments on commit c7e7be8

Please sign in to comment.