Add instruction to generate installer

This commit is contained in:
zontreck 2024-07-21 21:50:43 -07:00
parent 31e6d546b6
commit 19355d1f75

2
Jenkinsfile vendored
View file

@ -55,6 +55,8 @@ pipeline {
dir("build\\windows\\x64\\runner\\Release") {
bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
}
bat 'iscc wininst.iss'
}
}
post {