File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Expand-Archive -Path $ArchivePath -DestinationPath dist
20
20
21
21
((Get-Content - path .\dist\AppxManifest.xml - Raw) -replace ' 0.0.0.0-placeholder' , " $ ( $LatestTag ) .0" ) | Set-Content - Path .\dist\AppxManifest.xml
22
22
23
- ((Get-Content - path .\ecsact_sdk.appinstaller - Raw) -replace ' 0.0.0.0-placeholder' , " $ ( $LatestTag ) " ) | Set-Content - Path .\ecsact_sdk.appinstaller
23
+ ((Get-Content - path .\ecsact_sdk.appinstaller - Raw) -replace ' 0.0.0.0-placeholder' , " $ ( $LatestTag ) .0" ) | Set-Content - Path .\ecsact_sdk.appinstaller
24
+ ((Get-Content - path .\ecsact_sdk.appinstaller - Raw) -replace ' 0.0.0-placeholder' , " $ ( $LatestTag ) " ) | Set-Content - Path .\ecsact_sdk.appinstaller
24
25
25
26
try {
26
27
$MsixPath = " ecsact_sdk_$ ( $LatestTag ) _windows_x64.msix"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<AppInstaller Uri =" https://ecsact.dev/ecsact_sdk.appinstaller" Version =" 0.0.0.0-placeholder" xmlns =" http://schemas.microsoft.com/appx/appinstaller/2018" >
3
- <MainPackage Name =" EcsactSDK" Publisher =" CN=Seaube" Version =" 0.0.0.0-placeholder" Uri =" https://ecsact.dev/ecsact_sdk_0.0.0.0 -placeholder_windows_x64.msix" ProcessorArchitecture =" x64" />
3
+ <MainPackage Name =" EcsactSDK" Publisher =" CN=Seaube" Version =" 0.0.0.0-placeholder" Uri =" https://ecsact.dev/ecsact_sdk_0.0.0-placeholder_windows_x64.msix" ProcessorArchitecture =" x64" />
4
4
<UpdateSettings >
5
5
<OnLaunch ShowPrompt =" true" UpdateBlocksActivation =" false" />
6
6
<ForceUpdateFromAnyVersion >true</ForceUpdateFromAnyVersion >
You can’t perform that action at this time.
0 commit comments