Commit Graph

748 Commits

Author SHA1 Message Date
Reinhard Pointner 5313fc081d Build self-contained APP bundle (non-MAS) 2018-06-12 20:22:21 +07:00
Reinhard Pointner f932ac3901 Build self-contained APP bundle (non-MAS) 2018-06-12 03:33:10 +07:00
Reinhard Pointner ae3b2e171c Build self-contained APP bundle (non-MAS) 2018-06-12 02:23:04 +07:00
Reinhard Pointner a824f361d7 Build self-contained APP bundle (non-MAS) 2018-06-12 02:20:20 +07:00
Reinhard Pointner bb6b6f244d Experiment with PGP signed messages 2018-06-10 14:08:14 +07:00
Reinhard Pointner c3e4624857 *.ico files are Windows installer specific 2018-06-10 20:30:42 +07:00
Reinhard Pointner d835ce6fdc Update MSI exe/ini files 2018-06-10 07:05:14 +07:00
Reinhard Pointner 65957b55d6 Use CompressionLevel="none" for rapid prototyping 2018-06-10 06:47:29 +07:00
Reinhard Pointner cc5ec455d0 Simplify MSI build by removing x86 support 2018-06-10 06:46:26 +07:00
Reinhard Pointner 632616a2b6 Remove unused files 2018-06-10 13:40:35 +07:00
Reinhard Pointner 3cccfee96b Create HiDPI ico via `convert icon*.png shortcut.ico` 2018-06-10 13:37:31 +07:00
Reinhard Pointner 4e01a42e69 Experiment with PGP signed messages 2018-06-09 23:46:14 +07:00
Reinhard Pointner 055e9586d0 Update MSI exe/ini files 2018-06-09 14:27:03 +07:00
Reinhard Pointner 5425c0f7e2 Refactor MSI build (heat, candle, light, F*CK THIS SHIT) 2018-06-09 13:44:51 +07:00
Reinhard Pointner 28cc439bfc Refactor MSI build (heat, candle, light, F*CK THIS SHIT) 2018-06-09 12:35:57 +07:00
rednoah 95f8d08575 Experiment with PGP signed messages 2018-06-09 08:29:23 +00:00
Reinhard Pointner 0bdffb35a2 MinVersion="10.0.14393.351" 2018-04-13 10:35:53 +07:00
Reinhard Pointner def34ef2ca -Djna.boot.library.path="$APP_ROOT/lib" 2018-04-05 16:18:46 +08:00
Reinhard Pointner d7df37666c Test custom build for BreeR 2018-04-03 15:30:40 +08:00
Reinhard Pointner da4965ecb7 Test custom build for BreeR 2018-04-03 14:31:46 +08:00
Reinhard Pointner 4927eafc72 Test -Djdk.gtk.version=3 2018-04-03 14:05:42 +08:00
Reinhard Pointner 38a3e0f4c5 Remove non-video file associations 2018-03-31 20:09:02 +08:00
Reinhard Pointner 5c3ffa1706 Refactor common options into @{java.application.options} build variable 2018-03-16 20:53:13 +07:00
Reinhard Pointner 442f573a2a Support for custom build data 2018-03-14 11:56:47 +07:00
Reinhard Pointner 636d430b50 Prepare new portable release for Linux 2018-03-08 09:27:21 +07:00
Reinhard Pointner 335577587f # silence Java 9 illegal reflective access warnings
@{java.application.options}
2018-02-27 15:42:11 +07:00
Reinhard Pointner da4c40b02f Limit latest JDK 9 release to uses with the latest version of Windows (i.e. to find lots of minor bugs before a more general release) 2018-02-26 10:49:37 +07:00
Reinhard Pointner 03c3ebc528 Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html) 2018-02-25 20:38:35 +07:00
Reinhard Pointner 58714bef87 Add dedicated brew cask build target 2018-02-20 12:08:20 +07:00
Reinhard Pointner ed849bb2f1 Support for custom build profiles 2018-01-19 21:55:19 +01:00
Reinhard Pointner 3a3ccba37e MaxVersionTested="10.0.16299.15" 2017-10-28 20:36:44 +02:00
Reinhard Pointner 2ed3f0995d Move Windows Store Artwork to make sure it's not accidentally included in APPX packages 2017-10-20 17:12:59 +02:00
Reinhard Pointner c107527526 jre.version: 9.0.1 2017-10-18 22:57:54 +02:00
Reinhard Pointner 52ba6b60f6 jre.version: 9 2017-10-18 10:45:21 +02:00
Reinhard Pointner a2662791d0 Compile for Java 9 (experimental, GUI-only) 2017-10-16 22:04:41 +02:00
Reinhard Pointner 6743c93ee1 silence Java 9 illegal reflective access warnings 2017-10-16 17:33:26 +02:00
Reinhard Pointner c1f1cfd4f1 --add-opens=java.base/java.nio=ALL-UNNAMED 2017-10-06 00:28:02 +02:00
Reinhard Pointner 496977464f --add-opens=java.base/java.util=ALL-UNNAMED 2017-10-06 00:22:23 +02:00
Reinhard Pointner 1e10333cd0 REVERT: jvm.version: 9 (can't switch to Java 9 compiler without modularization) 2017-10-06 00:17:43 +02:00
Reinhard Pointner 212de30481 jvm.version: 9 2017-10-06 00:15:14 +02:00
Reinhard Pointner fa9700b21f # disable Java 9 module encapsulation
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
2017-10-06 00:13:54 +02:00
Reinhard Pointner 1b9c725d7d # disable Java 9 module encapsulation
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
2017-10-06 00:09:05 +02:00
Reinhard Pointner 50b751a8c5 Prototype support for Java 9 (Windows x64 build only) 2017-10-05 23:47:01 +02:00
Reinhard Pointner 99d579381e Support 32-bit APPX package 2017-08-23 18:52:58 +08:00
Reinhard Pointner 4af1e17f1c # disable HW acceleration 2017-08-20 16:05:47 +08:00
Reinhard Pointner d967c1ffb6 1.8.0_144-b01 2017-07-27 20:15:10 +08:00
Reinhard Pointner e7b115d6c8 # disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
2017-07-25 16:40:34 +08:00
Reinhard Pointner 3cee3b3ca8 Require logos in 300x300 1440x2160 2160x2160 2017-07-19 20:45:25 +08:00
Reinhard Pointner 67eb5c9d11 Require logos in 300x300 1440x2160 2160x2160 2017-07-19 20:43:22 +08:00
Reinhard Pointner 0825edbbb6 Add logo for 1440x2160 and 2160x2160 2017-07-19 20:40:34 +08:00
Reinhard Pointner 99cf69ddba Use 1.8.0_141-b15 to workaround FileChooser bug
@see https://bugs.openjdk.java.net/browse/JDK-8179014
2017-07-19 19:55:49 +08:00
Reinhard Pointner 777bc1245f Limit to 1 tile and 1 command to fix submission issue: "The Windows Store does not support a package containing more than one applications defined in the manifest." 2017-06-27 19:41:11 +08:00
Reinhard Pointner 8750685262 REVERT 2017-06-27 01:27:40 +08:00
Reinhard Pointner d57f94810c Try to fix submission issue: "The Windows Store does not support a package containing more than one applications defined in the manifest." 2017-06-27 01:13:05 +08:00
Reinhard Pointner 11b11e9c2a Logo must be 50x50 2017-06-25 16:28:45 +08:00
Reinhard Pointner 8e7c15b93b MinVersion="10.0.14393.351" MaxVersionTested="10.0.15063.296" 2017-06-11 23:41:02 +08:00
Reinhard Pointner a7c8355b7d Use same-origin links 2017-06-10 17:49:20 +08:00
Reinhard Pointner e7b464b5ab Deprecate chocolatey builds 2017-06-09 15:51:52 +08:00
Reinhard Pointner d9cf2c3324 Use private FRS 2017-06-09 06:35:28 +08:00
Reinhard Pointner f5e1df65c2 Use redirects for external resources 2017-06-08 03:08:46 +08:00
Reinhard Pointner d5f52c7541 Update subtitles.sh 2017-06-03 18:56:09 +08:00
Reinhard Pointner 15893315bc HTTPS Everywhere 2017-06-03 17:10:43 +08:00
Reinhard Pointner 2728d6bf4e Reduce redirect count 2017-06-02 21:32:52 +08:00
Reinhard Pointner bdbde6e103 MinVersion="10.0.15063.250" 2017-05-28 12:14:30 +08:00
Reinhard Pointner 7c61760307 Add Promotional Artwork for Windows Store 2017-05-27 18:51:02 +08:00
Reinhard Pointner 8903e6071d Added filebot-square.svg 2017-05-27 18:49:28 +08:00
Reinhard Pointner 7e118b8e3b Require MinVersion="10.0.15063.296" which fixes various sandbox issues 2017-05-19 15:11:01 +08:00
Reinhard Pointner 3cf0425232 Require MinVersion="10.0.15063.13" which fixes various sandbox issues 2017-05-19 15:02:57 +08:00
Reinhard Pointner 2581440740 # GPG signatures 2017-04-24 22:55:17 +08:00
Reinhard Pointner 392099ad9b Oracle Java SE 1.8.0_121-b13 2017-04-21 13:25:54 +08:00
Reinhard Pointner e0ab484d2c Include fail-safe launcher in appx package 2017-04-21 12:45:24 +08:00
Reinhard Pointner 52727a956b Include fail-safe launcher in appx package 2017-04-21 12:27:26 +08:00
Reinhard Pointner 96008c00fa Include fail-safe launcher in appx package 2017-04-21 12:15:02 +08:00
rednoah 7fab97bcdc Include fail-safe launcher in appx package 2017-04-21 04:00:58 +00:00
Reinhard Pointner 08a16a6a62 # support JAVA_OPTS environment variable
%JAVA_OPTS%
2017-04-21 11:40:19 +08:00
Reinhard Pointner a400331148 Support gpg signatures for release artifacts in ant build 2017-04-16 20:11:48 +08:00
Reinhard Pointner f3a7e7770c Sign and verify new release jars with GnuPG 2017-04-14 00:11:11 +08:00
Reinhard Pointner e8c4e3ba0e Sign and verify new release jars with GnuPG 2017-04-13 19:29:12 +08:00
Reinhard Pointner d2d3a9ed50 Sign and verify new release jars with GnuPG 2017-04-13 19:18:26 +08:00
Reinhard Pointner 0928becaf5 Sign and verify new release jars with GnuPG 2017-04-13 19:15:37 +08:00
Reinhard Pointner 1f870b5adb Sign and verify new release jars with GnuPG 2017-04-13 18:10:53 +08:00
Reinhard Pointner 33e980e114 Sign and verify new release jars with GnuPG 2017-04-13 17:54:09 +08:00
rednoah 989d868c80 <stayAlive>true</stayAlive> 2017-04-11 11:27:38 +00:00
Reinhard Pointner 5a06961dfb # support FILEBOT_OPTS environment variable 2017-04-09 17:17:01 +08:00
Reinhard Pointner 7526ec3b18 MaxVersionTested="10.0.15063.13" 2017-04-09 16:12:09 +08:00
Reinhard Pointner 36412a864d # support FILEBOT_OPTS environment variable 2017-04-09 13:25:40 +08:00
Reinhard Pointner 771c2e8c4a Revert windows.desktopAppMigration changes (which lead to strange hard-to-debug issues) 2017-04-08 06:12:55 +08:00
Reinhard Pointner 9c81d5a999 rescap3:Extension Category="windows.desktopAppMigration" 2017-04-07 23:36:37 +08:00
Reinhard Pointner bdccf0b966 Set "Recommended OS" to "Creators Update" 2017-04-07 23:09:51 +08:00
Reinhard Pointner 4655f5520f rescap3:Extension Category="windows.desktopAppMigration" 2017-04-07 22:31:02 +08:00
Reinhard Pointner cc1a25138c install-filebot.sh 2017-04-04 02:03:24 +08:00
Reinhard Pointner 22852f4e8e Update snap build 2017-03-24 00:02:50 +08:00
Reinhard Pointner 46bb9bbb5d Update snap build 2017-03-24 00:01:57 +08:00
Reinhard Pointner 1ac332e4a2 Update snap build 2017-03-23 21:22:22 +08:00
Reinhard Pointner 184dd3186e curl is likely to be used in --def exec calls 2017-03-23 21:02:29 +08:00
Reinhard Pointner cc99f1d4d8 Fix Windows build 2017-03-20 15:33:36 +08:00
rednoah d5549b1f2d signing requires a valid authenticode certificate 2017-03-19 19:56:07 +00:00
Reinhard Pointner b5af78713a Update build 2017-03-12 17:21:11 +08:00
Reinhard Pointner ccd8830525 Make sure not to annoy users have purchased FileBot 2017-03-11 04:37:52 +08:00
Reinhard Pointner a7f338f106 Add Store links 2017-03-10 17:21:38 +08:00
Reinhard Pointner 1b693dfa14 # support JAVA_OPTS environment variable 2017-03-08 01:20:16 +08:00
rednoah 48449c1187 Don't use fatjar in MWS build to help with incremental auto-updates 2017-03-06 07:36:35 +00:00
rednoah c3514c9a0e Don't use fatjar in MWS build to help with incremental auto-updates 2017-03-06 06:30:19 +00:00
Reinhard Pointner 99c97714e3 DEPRECATED: Assets in 'setup/gui' should now be placed in 'snap/gui'.
See http://snapcraft.io/docs/deprecation-notices/dn3 for more information.
2017-02-21 04:33:45 +08:00
Reinhard Pointner 1dcd2869af Enhances: nautilus-actions 2017-02-20 02:45:11 +08:00
Reinhard Pointner 27f0646b61 Link to en-US store front because that one has the most ratings and reviews 2017-02-16 18:42:36 +08:00
Reinhard Pointner 193eb2da3e Refactor deb desktop integration 2017-02-16 05:06:06 +08:00
Reinhard Pointner db35ae54f9 Refactor deb desktop integration 2017-02-16 04:48:57 +08:00
Reinhard Pointner 24bf42c32e Enable .deb build 2017-02-16 03:35:29 +08:00
Reinhard Pointner 5f1e43a948 Remove Icon=*** because Nautilus context menu doesn't show icons anyway 2017-02-16 03:29:58 +08:00
Reinhard Pointner 04032d5b57 Experiment with KDE integration 2017-02-16 03:19:26 +08:00
Reinhard Pointner 7ff425df83 StartupWMClass=net-filebot-Main 2017-02-16 01:35:04 +08:00
Reinhard Pointner 9a784d40d2 Experiment with Ubuntu Unity integration 2017-02-16 00:58:43 +08:00
Reinhard Pointner 5706ddbb24 Refactor deb desktop integration 2017-02-16 00:23:26 +08:00
Reinhard Pointner 8692440f71 StartupNotify=true 2017-02-16 00:06:29 +08:00
Reinhard Pointner 3005e002a5 Add file-manager/actions that may or may not work with any of the various file managers.
(see http://www.nautilus-actions.org/?q=node/377)
2017-02-15 23:32:28 +08:00
Reinhard Pointner 76f34fbe15 Update deb build 2017-02-15 05:10:31 +08:00
Reinhard Pointner 3f7504a008 Update deb build 2017-02-15 01:59:58 +08:00
Reinhard Pointner 81d52d8f7f Update deb build 2017-02-15 01:33:43 +08:00
Reinhard Pointner 53b5f3f750 Update deb build 2017-02-15 01:03:27 +08:00
Reinhard Pointner 2f16516ad8 Update deb build 2017-02-14 23:48:04 +08:00
Reinhard Pointner 6961b25ad3 CID 2017-02-13 07:43:54 +08:00
Reinhard Pointner db33cf4536 Refactor filebot.desktop 2017-02-12 00:32:40 +08:00
Reinhard Pointner 69a315c418 OnlyShowIn=Unity; 2017-02-12 00:08:49 +08:00
Reinhard Pointner 0a0e864f36 Refactor filebot.desktop 2017-02-11 23:42:45 +08:00
Reinhard Pointner 39223f2417 X-Ubuntu-Gettext-Domain 2017-02-11 23:14:02 +08:00
Reinhard Pointner 748d197351 Remove deprecated source package build (used for the Ubuntu Software Center) 2017-02-11 22:26:45 +08:00
Reinhard Pointner 45f5bf2471 Refactor filebot.desktop 2017-02-11 22:22:14 +08:00
Reinhard Pointner 2752a77a70 Refactor filebot.desktop 2017-02-11 21:42:30 +08:00
Reinhard Pointner 1dab29155b Refactor filebot.desktop 2017-02-11 21:42:09 +08:00
Reinhard Pointner e75ea50fbc Use Extended="true" to hide context menu actions which may not work as expected yet (i.e. multi-selection) 2017-02-11 01:06:37 +08:00
Reinhard Pointner 9e7263c80f [Revert] C.UTF-8 doesn't seem to work on some Linux devices 2017-02-10 17:43:07 +08:00
Reinhard Pointner 400b678160 Remove ipk package and replace with armhf deb package 2017-02-07 22:28:20 +08:00
Reinhard Pointner acf8a061bd Remove ipk package and replace with armhf deb package 2017-02-07 21:50:37 +08:00
Reinhard Pointner cb0294790a brew.sh 2017-02-06 14:33:06 +08:00
Reinhard Pointner 76d7364cc0 C.UTF-8 2017-02-03 03:38:38 +08:00
Reinhard Pointner fc1c1226fe Include Linux native libraries for all supported platforms in the portable *.tar.xz package 2017-02-01 23:44:26 +08:00
Reinhard Pointner ca7a973cd3 %JAVA_OPTS% 2017-01-25 04:42:47 +08:00
Reinhard Pointner 1207e092dc Java 1.8.0_121-b13 2017-01-19 23:21:18 +08:00
rednoah 59f110aea2 Sign all *.exe launchers 2017-01-19 11:16:35 +00:00
Reinhard Pointner 464e9852a9 Play with Desktop Bridge app extensions (i.e. context menu verbs) 2017-01-10 23:14:31 +08:00
Reinhard Pointner f97c798a6a Play with Desktop Bridge app extensions (i.e. context menu verbs) 2017-01-10 22:48:15 +08:00
Reinhard Pointner fc91eef44f Play with Desktop Bridge app extensions (i.e. context menu verbs) 2017-01-10 22:30:03 +08:00
Reinhard Pointner f2dc2dc75f Play with Desktop Bridge app extensions (i.e. context menu verbs) 2017-01-10 22:12:30 +08:00
Reinhard Pointner b29740e51e File type associations and verbs for "reserved file types" such as .mp4 or .wmv are ignored unfortunately.
@see https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/reserved-uri-scheme-names
2017-01-10 22:01:39 +08:00
Reinhard Pointner 05520a2c40 File type associations and verbs for "reserved file types" such as .mp4 or .wmv are ignored unfortunately.
@see https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/reserved-uri-scheme-names
2017-01-10 21:51:45 +08:00
Reinhard Pointner e3e430213a File type associations and verbs for "reserved file types" such as .mp4 or .wmv are ignored unfortunately.
@see https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/reserved-uri-scheme-names
2017-01-10 21:49:29 +08:00
Reinhard Pointner 19d405daf4 Play with Desktop Bridge app extensions (i.e. context menu verbs) 2017-01-10 18:20:10 +08:00
Reinhard Pointner 54c875c38d Play with Desktop Bridge app extensions (i.e. context menu verbs) 2017-01-10 17:05:02 +08:00
Reinhard Pointner 9347f36b0a snapd modifies $XDG_RUNTIME_DIR so we need to pass the path to the gvfs folder via -Dnet.filebot.gio.GVFS="/run/user/`id -u`/gvfs" 2017-01-07 13:54:28 +08:00
Reinhard Pointner 0ab82fec38 Add removable-media plug
@see https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1654685
2017-01-07 13:32:32 +08:00
Reinhard Pointner f9fdf3e375 IPKG: -Djna.nosys=false -Djna.nounpack=true 2017-01-06 14:04:03 +08:00
Reinhard Pointner 603bca0466 Rename FileBot.exe to avoid CMD command ambiguities 2016-12-20 20:25:06 +08:00
Reinhard Pointner a05fb9d322 Rename FileBot.exe to avoid CMD command ambiguities 2016-12-20 20:24:53 +08:00
Reinhard Pointner 63ab4abc2f SPK: do not package fpcalc 2016-12-16 19:32:05 +08:00
Reinhard Pointner 2a9a27ef51 Make sure JNA is loaded from the library path 2016-12-16 16:39:32 +08:00
Reinhard Pointner e060e7b1cb SPK: include native libraries for all supported platforms 2016-12-16 16:26:34 +08:00
Reinhard Pointner 189a0fb52e Revert:
Check if non-zero build number is allowed now

Because:

Package acceptance validation error: Apps are not allowed to have a Version with a revision number other than zero specified in the app manifest
2016-12-10 11:18:45 +08:00
Reinhard Pointner ee43cdd6f6 Check if non-zero build number is allowed now
@see https://msdn.microsoft.com/en-us/library/windows/apps/br211441
2016-12-10 10:58:08 +08:00
Reinhard Pointner 779e1a4844 -DuseGVFS=false by default
@see https://www.filebot.net/forums/viewtopic.php?f=11&t=4464&p=24875#p24875
2016-12-05 23:49:23 +09:00
Reinhard Pointner 9720f60f50 <tags> fails automated verification because it's comma separated and not space separated 2016-11-28 06:35:56 +08:00
Reinhard Pointner b42149e927 Blue screen with error code 0x139 (KERNEL_SECURITY_CHECK_FAILURE)
@see https://msdn.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-known-issues
2016-11-28 05:23:16 +08:00
Reinhard Pointner bab214792e <tags> fails automated verification because it's comma separated and not space separated 2016-11-28 01:31:21 +08:00
Reinhard Pointner 032d12d182 Fix portable startup config 2016-11-27 22:24:57 +08:00
Reinhard Pointner 8684238b31 Fix portable startup config 2016-11-27 22:02:22 +08:00
Reinhard Pointner ff51b52110 --verbose --deep --verify 2016-11-26 19:38:43 +08:00
Reinhard Pointner 32e0f78aa4 Fix snappy build 2016-11-25 05:54:31 +08:00
Reinhard Pointner 1dc3a065ff Fix snappy build 2016-11-25 04:26:32 +08:00
Reinhard Pointner f7be44f642 Update snap 2016-11-24 22:27:22 +08:00
Reinhard Pointner 876f258521 Update snap 2016-11-24 21:48:55 +08:00
Reinhard Pointner 9c2cfe9cf6 Use -Dnet.filebot.gio.GVFS="$XDG_RUNTIME_DIR/gvfs" for standard Debian/Ubuntu Linux 2016-11-18 18:29:17 +08:00
Reinhard Pointner 6f3f27a005 Use -Dnet.filebot.gio.GVFS="$XDG_RUNTIME_DIR/gvfs" for sandboxed snappy app but default to libgio for standard Linux environments 2016-11-18 18:25:44 +08:00
Reinhard Pointner 31654c0c9c Windows Store Submission issue:
Package acceptance validation error: The package file FileBot_4.7.5_r4557.appx specifies a headless app. You don't have permission to create a headless app. Please update AppListEntry="none" in the AppxManifest file and also ensure you have the waiver "HeadlessAppBypass" associated to this app.
2016-11-17 07:57:16 +08:00
Reinhard Pointner 44fe370ed2 * Fix appx build issues
* Tried to make unplated task icons work... failed... wasted 10 hours... scaled resources don't work at all for Desktop apps it seems
2016-11-17 06:45:16 +08:00
Reinhard Pointner fa389c0490 open --reveal "$APP" 2016-11-16 00:37:10 +08:00
Reinhard Pointner 887957ea6f pkgutil --check-signature "$1" && spctl --assess --verbose --ignore-cache --no-cache --type install "$1" 2016-11-16 00:14:38 +08:00
Reinhard Pointner 40d54f0625 Fix namespace issues 2016-11-15 21:14:21 +08:00
Reinhard Pointner 3a55652c32 MAS Resource/Helper 2016-11-15 19:29:47 +08:00
Reinhard Pointner dac3877ba9 Add filebot.launcher.exe as UWP commandline tool 2016-11-11 00:22:37 +08:00
Reinhard Pointner ad09eb8ae7 # make sure to use the bundled JNA library
-Djna.nosys=true
-Djna.nounpack=true
2016-11-07 15:04:31 +08:00
Reinhard Pointner 3bf985c32e Update README.md 2016-11-07 00:58:55 +08:00
Reinhard Pointner 671b680f4b Link Windows Store 2016-11-06 06:09:47 +08:00
Reinhard Pointner 5bf438b27f # Suppress WindowsPreferences logging 2016-11-06 01:54:25 +08:00
Reinhard Pointner 0f1670c259 # Suppress WindowsPreferences logging 2016-11-06 01:37:26 +08:00
Reinhard Pointner 8a391ee0ac # Suppress WindowsPreferences logging 2016-11-06 01:27:59 +08:00
Reinhard Pointner a42f75050a # Suppress WindowsPreferences logging 2016-11-06 01:17:58 +08:00
Reinhard Pointner 8f13b8c1c8 Unify common build properties 2016-11-05 21:51:19 +08:00
Reinhard Pointner 428b3ebac5 Unify common build properties 2016-11-05 04:46:24 +08:00
Reinhard Pointner 4e177576e0 Unify common build properties 2016-11-05 04:19:30 +08:00
Reinhard Pointner 3c96a9f294 Unify deb/ipk builds and switch to jdeb 2016-11-04 06:46:00 +08:00
Reinhard Pointner 8dabd5bd9a Try to reduce MSI filesize
@see http://wixtoolset.org/documentation/manual/v3/xsd/wix/media.html
2016-11-04 03:01:29 +08:00
Reinhard Pointner 1a6a95f94b compress="no" seems to allow for much better zip/xz compression rates (~30% better) 2016-10-25 04:17:47 +08:00
Reinhard Pointner d84f1783e0 force Application User Model ID for Windows Store 2016-10-22 02:35:48 +08:00
Reinhard Pointner b4be431035 Experiment with appx build 2016-10-05 21:48:59 +08:00
Reinhard Pointner 61e78ec16b Use indirect links in application bundles 2016-09-26 01:33:36 +08:00
Reinhard Pointner 5e3cce10f4 Update to libmediainfo 0.7.88 2016-09-23 23:57:47 +08:00
Reinhard Pointner 9e37149508 Add button-style icon 2016-09-23 12:12:03 +08:00
rednoah ece7e9f987 Rebuild exe launchers with launch4j 3.9 2016-09-19 21:27:00 +00:00
rednoah 2e6d905ac7 Experiment with appx build: <desktop:ExecutionAlias Alias="filebot.exe" /> 2016-09-19 21:26:12 +00:00
Reinhard Pointner 6fa6bf83a3 Experiment with appx build: <desktop:ExecutionAlias Alias="filebot.exe" /> 2016-09-20 05:15:58 +08:00
Reinhard Pointner a9883b8d5f Experiment with appx build 2016-09-20 01:50:37 +08:00
Reinhard Pointner c55f475a27 Package acceptance validation error: Apps are not allowed to have a Version with a revision number other than zero specified in the app manifest. The package FileBot_4.7.2.appx specifies 4.7.2.4279. 2016-09-19 17:09:25 +08:00
Reinhard Pointner fffc8dfbaa appx ant task 2016-09-19 15:41:40 +08:00
Reinhard Pointner 84d5cfbb9d Update deployment properties 2016-09-19 15:00:18 +08:00
Reinhard Pointner d8a2572db6 Include command-line helpers in app bundle builds 2016-09-19 14:17:09 +08:00
rednoah 934b397369 Experiment with appx packages 2016-09-18 22:16:29 +00:00
Reinhard Pointner 2036e2c4a0 Set default donate amount to MAS price 2016-09-17 12:14:54 +08:00
Reinhard Pointner c4d5bf4123 Redirect to Mac App Store if brew command-line bundle is started via Finder 2016-09-17 00:21:33 +08:00
Reinhard Pointner 88ae6f45f0 Redirect to Mac App Store if brew command-line bundle is started via Finder 2016-09-16 23:53:54 +08:00
Reinhard Pointner ce22dd1c45 Redirect to Mac App Store if brew command-line bundle is started via Finder 2016-09-16 23:38:56 +08:00
Reinhard Pointner d0e8f27679 Build snap package via ant task 2016-08-06 01:51:18 +08:00
Reinhard Pointner d79b36eddb Build snap package via ant task 2016-08-06 01:37:16 +08:00
Reinhard Pointner 1f1b38478d Build snap package via ant task 2016-08-06 01:21:04 +08:00
Reinhard Pointner 146ac8764a Build snap package via ant task 2016-08-06 01:10:36 +08:00
Reinhard Pointner cdc822b090 Use OpenJDK # Sorry Jessica 2016-08-05 21:20:23 +08:00
Reinhard Pointner 70e25174c5 Remove Ubuntu Software Center links 2016-08-04 23:44:27 +08:00
Reinhard Pointner 3488ee4971 version: 4.7.1~snap3 2016-08-01 22:26:35 +08:00
Reinhard Pointner 90b9c826ac Simplify snap build using the new desktop-launcher parts 2016-07-14 17:39:03 +08:00
Reinhard Pointner e50a4ed32b Update license.rtf 2016-07-13 22:23:25 +08:00
Reinhard Pointner a8eeaddfd6 Update license.rtf 2016-07-13 22:13:39 +08:00
Reinhard Pointner 860ce15322 Play with System.AppUserModel.ID (Windows 7 integration) 2016-07-13 22:02:33 +08:00
Reinhard Pointner 400166132f Update license.rtf 2016-07-13 22:02:11 +08:00
Reinhard Pointner 4a5951bd00 Play with System.AppUserModel.ID (Windows 7 integration) 2016-07-13 21:00:01 +08:00
Reinhard Pointner b244aba3f2 -DuseGVFS=true 2016-07-12 00:48:07 +08:00
Reinhard Pointner 591652f37c Refactor GVFS (don't require libgio) 2016-07-12 00:45:27 +08:00
Reinhard Pointner bd4c692a17 Refactor GVFS (don't require libgio) 2016-07-12 00:20:15 +08:00
Reinhard Pointner 1396a7476d Abort if expected SHA1 hash is unkown 2016-07-08 17:39:05 +08:00
Reinhard Pointner fe7e892e6a + icon96.png 2016-07-06 18:32:24 +08:00
Reinhard Pointner d8007d26ea + Experiment with snappy / snapcraft 2016-06-16 01:18:04 +08:00
Reinhard Pointner 58381e0e09 + Experiment with snappy / snapcraft 2016-06-15 01:53:20 +08:00
Reinhard Pointner 4d5248b09b + Experiment with snappy / snapcraft
@see https://github.com/ubuntu/snappy-playpen/blob/master/galculator/galculator.wrapper
2016-06-15 01:18:00 +08:00
Reinhard Pointner b97c6ee7e7 + Experiment with snappy / snapcraft 2016-06-14 23:03:47 +08:00
Reinhard Pointner 0fbb30b19c + Experiment with snappy / snapcraft 2016-06-14 22:09:01 +08:00
Reinhard Pointner b14ec1768c Refactor 2016-06-14 22:06:10 +08:00
Reinhard Pointner 01501f130a Make sure make-icns isn't included in the release package 2016-06-14 00:50:54 +08:00
rednoah b8d5f7edee Use SHA-256 certs 2016-06-08 16:05:00 +00:00
Reinhard Pointner ccc2464aa1 Verify SHA1 hash when updating to the latest FileBot.jar revision 2016-06-08 20:40:29 +08:00
Reinhard Pointner 7b374a3a42 Verify SHA1 hash when updating to the latest FileBot.jar revision 2016-06-08 20:31:16 +08:00
Reinhard Pointner 0a1319a15b + Experiment with snappy / snapcraft 2016-06-08 01:33:39 +08:00
Reinhard Pointner 6180866b89 + Experiment with snappy / snapcraft 2016-05-24 21:51:23 +08:00
Reinhard Pointner 1d02a00432 + Experiment with snappy / snapcraft 2016-05-22 14:24:25 +08:00
Reinhard Pointner 267f601af9 + Experiment with snappy / snapcraft 2016-05-22 06:02:58 +08:00
Reinhard Pointner da75fcab9d + Experiment with snappy / snapcraft 2016-05-22 03:39:07 +08:00
Reinhard Pointner 4f3a35e650 + Experiment with snappy / snapcraft 2016-05-20 04:24:52 +08:00
Reinhard Pointner 0ef4691a8c + Experiment with snappy / snapcraft 2016-05-19 03:29:50 +08:00
Reinhard Pointner 44ea9720ff + Experiment with snappy / snapcraft 2016-05-18 15:21:43 +08:00
Reinhard Pointner c67b440412 Try (and fail) to get Java Swing snaps working 2016-05-18 06:22:58 +08:00
Reinhard Pointner 2f73a4dd33 + Experiment with snappy / snapcraft 2016-05-18 05:42:24 +08:00
Reinhard Pointner bc439f0a7d + Experiment with snappy / snapcraft 2016-05-18 02:14:03 +08:00
Reinhard Pointner c07e7e115f Remove JNLP / Java WebStart from build (not used and deprecated for years) 2016-05-12 21:49:58 +08:00