Skip to content

Commit

Permalink
fix: window build
Browse files Browse the repository at this point in the history
  • Loading branch information
stonega committed Aug 7, 2022
1 parent 8381a8c commit a98dde2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ tar:
&& cp linux/me.stonegate.jenkins_board.appdata.xml $(TEMP_DIR)\
&& tar -cJf build/jenkins-board-linux-x86_64.tar.xz -C $(TEMP_DIR) .\
&& rm -rf $(TEMP_DIR)

appimage:
appimage-builder --recipe linux/AppImageBuilder.yml\
&& mv Jenkins\ Board-*-x86_64.AppImage build/jenkins-board-linux-x86_64.AppImage
innoinstall:
powershell curl -o build\installer.exe http://files.jrsoftware.org/is/6/innosetup-${INNO_VERSION}.exe
powershell build\installer.exe /verysilent /allusers /dir=build\iscc
inno:
powershell build\iscc\iscc.exe windows\windows-setup-creator.iss
choco:
powershell cp build\installer\jenkins-board-windows-x86_64-setup.exe windows\choco-struct\tools
powershell choco pack windows\choco-struct\jenkins_board.nuspec --outputdirectory build
gensums:
sh -c gensums.sh
sh -c gensums.sh

0 comments on commit a98dde2

Please sign in to comment.