Experiment with appx build

This commit is contained in:
Reinhard Pointner 2016-10-05 21:48:59 +08:00
parent 2d0a16688e
commit b4be431035
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
<Identity
Name="net.filebot.FileBot"
Name="PointPlanck.FileBot"
ProcessorArchitecture="x64"
Publisher="CN=761A0D2B-9B86-4FE4-B664-18E4E0AFC3F1"
Version="@{version}.0"

View File

@ -155,7 +155,7 @@ public final class Settings {
if (isMacApp())
return getApplicationProperty("link.mas");
if (isWindowsApp())
return null;
return getApplicationProperty("link.mws");
if (isUbuntuApp())
return null;

View File

@ -13,6 +13,7 @@ github.master: https://raw.githubusercontent.com/filebot/scripts/master/
# native links
link.mas: macappstore://itunes.apple.com/app/id905384638
link.mws: ms-windows-store://pdp/?productid=9nblggh52t9x
# application help
link.app.help: http://app.filebot.net/getting-started/embed.html