feat: add build:store script and appx configuration for Microsoft Store deployment
This commit is contained in:
+12
-1
@@ -7,7 +7,8 @@
|
|||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"build:win": "electron-builder --win",
|
"build:win": "electron-builder --win",
|
||||||
"build:mac": "electron-builder --mac",
|
"build:mac": "electron-builder --mac",
|
||||||
"build:all": "electron-builder --win --mac"
|
"build:all": "electron-builder --win --mac",
|
||||||
|
"build:store": "electron-builder --win appx"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"background-removal",
|
"background-removal",
|
||||||
@@ -48,6 +49,16 @@
|
|||||||
"target": "dmg",
|
"target": "dmg",
|
||||||
"category": "public.app-category.graphics-design",
|
"category": "public.app-category.graphics-design",
|
||||||
"icon": "build/icon.png"
|
"icon": "build/icon.png"
|
||||||
|
},
|
||||||
|
"appx": {
|
||||||
|
"publisher": "CN=PartnerCenterYayiniciKimligi",
|
||||||
|
"identityName": "RezervEdilmisPaketAdi",
|
||||||
|
"displayName": "Dekupai",
|
||||||
|
"publisherDisplayName": "Trunçgil Technology",
|
||||||
|
"languages": [
|
||||||
|
"tr-TR",
|
||||||
|
"en-US"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user