mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 22:05:00 -05:00
* update NSIS installer
This commit is contained in:
parent
973ee49549
commit
2ed4c50be0
Binary file not shown.
@ -112,8 +112,7 @@ Section MAIN
|
||||
Pop $MSI_STATUS # grab return value
|
||||
|
||||
${if} $MSI_STATUS == "0"
|
||||
DetailPrint "Clearing cache and temporary files..."
|
||||
nsExec::Exec `"C:\Program Files\FileBot\filebot.exe" -clear-cache`
|
||||
DetailPrint "Done."
|
||||
${else}
|
||||
DetailPrint "msiexec error $MSI_STATUS"
|
||||
DetailPrint "Install failed. Please download the .msi package manually."
|
||||
|
2
installer/nsis/make.cmd
Normal file
2
installer/nsis/make.cmd
Normal file
@ -0,0 +1,2 @@
|
||||
del FileBot-setup.exe
|
||||
makensis filebot.nsi
|
Loading…
Reference in New Issue
Block a user