Links to free-decompiler.com changed to GitHub project jindrapetrik/jpexs-decompiler

This commit is contained in:
Jindra Petřík
2018-01-16 20:12:20 +01:00
parent 3c675a7c67
commit b9201ee30e
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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}"/>

View File

@@ -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]