Skip to content

Commit

Permalink
Links to free-decompiler.com changed to GitHub project jindrapetrik/j…
Browse files Browse the repository at this point in the history
…pexs-decompiler
  • Loading branch information
jindrapetrik committed Jan 16, 2018
1 parent 3c675a7 commit b9201ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/>
Expand Down
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b9201ee

Please sign in to comment.