Skip to content

Commit e61dc04

Browse files
committed
AppVeyor, BuildScript: Add satoolsver.txt
1 parent 64c4924 commit e61dc04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

BuildScript.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.=build
2+
satoolsver.txt=satoolsver.txt
23
GameConfig=GameConfig
34
bin\\readme.txt=readmeCmd.txt
45
readme.txt=readme.txt

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ after_build:
2121
2222
cd C:\projects\sa-tools\
2323
24+
echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > "C:\projects\sa-tools\satoolsver.txt"
25+
2426
buildSATools
2527
2628
cd C:\projects\sa-tools\output
27-
28-
echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > satoolsver.txt
2929
3030
7z a "C:\projects\sa-tools\SA Tools %PLATFORM%.7z" * -mx9
3131
artifacts:

0 commit comments

Comments
 (0)