mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 04:45:43 +00:00
Links to free-decompiler.com changed to GitHub project jindrapetrik/jpexs-decompiler
This commit is contained in:
@@ -11,7 +11,7 @@ min.java.version = 1.8.0
|
||||
vendor = JPEXS
|
||||
internal.name = FFDec
|
||||
product.name = JPEXS Free Flash Decompiler
|
||||
product.url = https://www.free-decompiler.com/flash/
|
||||
product.url = https://github.com/jindrapetrik/jpexs-decompiler
|
||||
main.class = com.jpexs.decompiler.flash.gui.Main
|
||||
|
||||
mac.bundle = com.jpexs.decompiler.flash
|
||||
@@ -35,10 +35,10 @@ version_info = version.properties
|
||||
|
||||
exe.config = build_exe.xml
|
||||
|
||||
website.upload.url = https://www.free-decompiler.com/flash/release/release
|
||||
website.version.url = https://www.free-decompiler.com/flash/release/versionid
|
||||
website.upload.url = -
|
||||
website.version.url = -
|
||||
|
||||
app.vendor.mail = flash@free-decompiler.com
|
||||
app.vendor.mail = jindra.petrik@gmail.com
|
||||
|
||||
app.osx.dir = FFDec
|
||||
app.deb.desktop.file = FFDec
|
||||
|
||||
@@ -527,7 +527,7 @@
|
||||
</copy>
|
||||
<echo file="${locales.target.dir}/readme.txt">${project.name} ${version}${version.suffix} localization pack
|
||||
-------------------------------------------------------------------
|
||||
Please follow instructions on https://www.free-decompiler.com/flash/translations/
|
||||
Please follow instructions on https://github.com/jindrapetrik/jpexs-decompiler
|
||||
</echo>
|
||||
<property name="lang.file" value="${releases.dir}/${prefix.filename}_${version}${version.suffix}_lang.zip" />
|
||||
<zip destfile="${lang.file}" basedir="${locales.target.dir}"/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#define MyAppName "JPEXS Free Flash Decompiler"
|
||||
#include "installer.cfg"
|
||||
#define MyAppPublisher "JPEXS"
|
||||
#define MyAppURL "http://www.free-decompiler.com/flash/"
|
||||
#define MyAppURL "https://github.com/jindrapetrik/jpexs-decompiler"
|
||||
#define MyAppExeName "ffdec.exe"
|
||||
|
||||
[Setup]
|
||||
|
||||
Reference in New Issue
Block a user