Experiment with appx build
This commit is contained in:
parent
2d0a16688e
commit
b4be431035
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue