mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
Adds msix creation command, not yet archived
This commit is contained in:
parent
1286bfc4c4
commit
af59eec91e
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -55,6 +55,8 @@ pipeline {
|
||||||
dir("build\\windows\\x64\\runner\\Release") {
|
dir("build\\windows\\x64\\runner\\Release") {
|
||||||
bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
|
bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bat 'dart run msix:create'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in a new issue