We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c4924 commit e61dc04Copy full SHA for e61dc04
BuildScript.ini
@@ -1,4 +1,5 @@
1
.=build
2
+satoolsver.txt=satoolsver.txt
3
GameConfig=GameConfig
4
bin\\readme.txt=readmeCmd.txt
5
readme.txt=readme.txt
appveyor.yml
@@ -21,11 +21,11 @@ after_build:
21
22
cd C:\projects\sa-tools\
23
24
+ echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > "C:\projects\sa-tools\satoolsver.txt"
25
+
26
buildSATools
27
28
cd C:\projects\sa-tools\output
-
- echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > satoolsver.txt
29
30
7z a "C:\projects\sa-tools\SA Tools %PLATFORM%.7z" * -mx9
31
artifacts:
0 commit comments