diff --git a/build/appx/Square150x150Logo.png b/build/appx/Square150x150Logo.png new file mode 100644 index 000000000..2db5b8835 Binary files /dev/null and b/build/appx/Square150x150Logo.png differ diff --git a/build/appx/Square44x44Logo.png b/build/appx/Square44x44Logo.png new file mode 100644 index 000000000..f70a928a5 Binary files /dev/null and b/build/appx/Square44x44Logo.png differ diff --git a/build/appx/StoreLogo.png b/build/appx/StoreLogo.png new file mode 100644 index 000000000..fc91ed0e8 Binary files /dev/null and b/build/appx/StoreLogo.png differ diff --git a/build/appx/Wide310x150Logo.png b/build/appx/Wide310x150Logo.png new file mode 100644 index 000000000..aaac83799 Binary files /dev/null and b/build/appx/Wide310x150Logo.png differ diff --git a/electron-builder.json b/electron-builder.json index 6d63b0980..582fd6047 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -1,6 +1,6 @@ { "productName": "Motrix", - "appId": "app.motrix.desktop", + "appId": "app.motrix.native", "afterPack": "./build/afterPackHook.js", "afterSign": "./build/afterSignHook.js", "fileAssociations": [ @@ -97,6 +97,13 @@ "ia32" ] }, + { + "target": "appx", + "arch": [ + "x64", + "ia32" + ] + }, { "target": "zip", "arch": [