-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating house build for packaging procedure
- Loading branch information
Cris Silva Jr
committed
Apr 15, 2018
1 parent
b7c1b2b
commit c7e7be8
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |