Skip to content

Commit

Permalink
revert addition of git commit to version number in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Mar 11, 2024
1 parent 87a892c commit d1febb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def tascar_build_steps(stage_name) {
sh "cp /mingw64/bin/broadwayd.exe TASCAR"
sh "cp artwork/*.png TASCAR"
// Now create the zip file from everything inside the TASCAR dir
//sh 'zip -r TASCAR-$(grep ^VERSION= config.mk | cut -d= -f2)-windows.zip TASCAR'
sh 'zip -r TASCAR-$(grep TASCARVER libtascar/build/tascarver.h | cut -d\'"\' -f2)-windows.zip TASCAR'
sh 'zip -r TASCAR-$(grep ^VERSION= config.mk | cut -d= -f2)-windows.zip TASCAR'
//sh 'zip -r TASCAR-$(grep TASCARVER libtascar/build/tascarver.h | cut -d\'"\' -f2)-windows.zip TASCAR'
grep TASCARVER libtascar/build/tascarver.h | cut -d'"' -f2
archiveArtifacts 'TASCAR-*-windows.zip'
}
Expand Down

0 comments on commit d1febb4

Please sign in to comment.