Bump jenkinsfile

This commit is contained in:
zontreck 2024-08-27 20:07:37 -07:00
parent 4559a8e3bb
commit e2883808f4

1
Jenkinsfile vendored
View file

@ -76,7 +76,6 @@ pipeline {
script {
bat 'flutter pub get'
bat 'flutter build windows'
bat 'cd build\\windows\\x64\\release\\bundle && tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
}
}