Skip to content

Commit 844e392

Browse files
committed
chore: store install script
1 parent a2b048a commit 844e392

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap rescap">
3-
<Identity Name="RuntimeRascal2.GhostDraw" Publisher="CN=848D633E-2EDA-408E-A107-D73DAD325114" Version="1.0.17.0" />
3+
<Identity Name="RuntimeRascal2.GhostDraw" Publisher="CN=848D633E-2EDA-408E-A107-D73DAD325114" Version="2.0.0.0" />
44
<Properties>
55
<DisplayName>Ghost Draw</DisplayName>
66
<PublisherDisplayName>RuntimeRascal2</PublisherDisplayName>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"version:check": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -UpdateProjFiles -Bump revision -DryRun",
2727
"version:bump": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -UpdateProjFiles -Bump revision",
2828
"install:package": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Package/Build-And-Install-MSIX.ps1",
29-
"install:package:v": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Package/Build-And-Install-MSIX.ps1 -Version 2.0.0.0"
29+
"install:package:v": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Package/Build-And-Install-MSIX.ps1 -Version 2.0.0.0",
30+
"package:store": "powershell.exe -NoProfile -ExecutionPolicy Bypass -Command \"Set-Location Package; ./build-msix.ps1 -Configuration Release -CreateUploadPackage -Version $env:npm_package_version\""
3031
},
3132
"engines": {
3233
"node": ">=18.0.0",

0 commit comments

Comments
 (0)