mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
Archive the setup file and then delete workspace
This commit is contained in:
parent
19355d1f75
commit
dd86bea1be
2 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -63,6 +63,8 @@ pipeline {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'out\\*', fingerprint: true
|
archiveArtifacts artifacts: 'out\\*', fingerprint: true
|
||||||
archiveArtifacts artifacts: '*.tgz', fingerprint: true
|
archiveArtifacts artifacts: '*.tgz', fingerprint: true
|
||||||
|
|
||||||
|
deleteDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ DisableProgramGroupPage=yes
|
||||||
PrivilegesRequired=lowest
|
PrivilegesRequired=lowest
|
||||||
PrivilegesRequiredOverridesAllowed=dialog
|
PrivilegesRequiredOverridesAllowed=dialog
|
||||||
OutputDir=out
|
OutputDir=out
|
||||||
OutputBaseFilename=NBTEditor
|
OutputBaseFilename=NBTEditor-setup
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
|
|
Loading…
Reference in a new issue