Remove unpacked NSIS-installable directory before copying artifact directory

pull/34/head
idk 3 years ago
parent bc08ea5e0e
commit ba3e8d246d
No known key found for this signature in database
GPG Key ID: D75C03B39B5E14E1

@ -19,6 +19,7 @@ function buildZero
!system "chmod +x build-docker.sh"
!system ./build-docker.sh
!system "unzip dist-zip/i2p-zero-win-gui.*.zip"
!system "rm -rf I2P-Zero"
!system "mv i2p-zero-win-gui.* I2P-Zero"
functionEnd
@ -34,9 +35,6 @@ function installZero
CreateShortcut "$SMPROGRAMS\Run I2P-Zero.lnk" "$ZEROINSTDIR\router\i2p-zero.exe"
${EndIf}
functionEnd
function uninstallZero

Loading…
Cancel
Save