Skip to content

Commit

Permalink
Merge pull request #1439 from agalwood/feature/appx_20230421
Browse files Browse the repository at this point in the history
feat: build output add windows appx
  • Loading branch information
agalwood authored Apr 21, 2023
2 parents 06f0ccf + e938f30 commit 363cef2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Binary file added build/appx/Square150x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/appx/Square44x44Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/appx/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/appx/Wide310x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Motrix",
"appId": "app.motrix.desktop",
"appId": "app.motrix.native",
"afterPack": "./build/afterPackHook.js",
"afterSign": "./build/afterSignHook.js",
"fileAssociations": [
Expand Down Expand Up @@ -97,6 +97,13 @@
"ia32"
]
},
{
"target": "appx",
"arch": [
"x64",
"ia32"
]
},
{
"target": "zip",
"arch": [
Expand Down

0 comments on commit 363cef2

Please sign in to comment.