mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 13:08:07 +00:00
overwrite files when unzipping plugins
This commit is contained in:
@@ -18,7 +18,7 @@ before_install:
|
||||
- ln -s $tools_dir/nsis-3.0-src share/nsis
|
||||
- cd -
|
||||
- wget -q https://www.free-decompiler.com/flash/nsis-3.0-addon.zip
|
||||
- unzip nsis-3.0-addon.zip -d $tools_dir/nsis-3.0-src
|
||||
- unzip nsis-3.0-addon.zip -o -d $tools_dir/nsis-3.0-src
|
||||
- wget -q https://www.free-decompiler.com/flash/launch4j-3.9-linux.tgz
|
||||
- tar zxvf launch4j-3.9-linux.tgz -C $tools_dir >/dev/null
|
||||
- echo "nsis.path = $tools_dir/nsis-3.0-src/bin" > tools.properties
|
||||
|
||||
Reference in New Issue
Block a user