Skip to content

Commit 29e5c84

Browse files
committed
Fix the manifest for MS Store publication
And update icons
1 parent 4f65ce9 commit 29e5c84

9 files changed

+5
-5
lines changed

.github/workflows/build_starc_windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
shell: pwsh
9595
env:
9696
APPXMANIFEST_PATH: build\windows\msix\AppxManifest.xml
97-
BUILD_VERSION: ${{ env.APP_VERSION }}.${{ env.DEV_BUILD }}
97+
BUILD_VERSION: ${{ env.APP_VERSION }}.0
9898
run: |
9999
$xml = [xml](Get-Content $env:APPXMANIFEST_PATH)
100100
$xml.Package.Identity.Version = $env:BUILD_VERSION
@@ -233,7 +233,7 @@ jobs:
233233
shell: pwsh
234234
env:
235235
APPXMANIFEST_PATH: build\windows\msix\AppxManifest.xml
236-
BUILD_VERSION: ${{ env.APP_VERSION }}.${{ env.DEV_BUILD }}
236+
BUILD_VERSION: ${{ env.APP_VERSION }}.0
237237
run: |
238238
$xml = [xml](Get-Content $env:APPXMANIFEST_PATH)
239239
$xml.Package.Identity.Version = $env:BUILD_VERSION

build/windows/msix/AppxManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<Identity Name="Starc" Publisher="CN=StoryApps" Version="" />
44
<Properties>
55
<DisplayName>Starc</DisplayName>
6-
<PublisherDisplayName>StoryApps</PublisherDisplayName>
6+
<PublisherDisplayName>Story Apps</PublisherDisplayName>
77
<Logo>images\StoreLogo.png</Logo>
88
</Properties>
99
<Dependencies>
10-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
10+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19043.0" MaxVersionTested="10.0.19045.0" />
1111
</Dependencies>
1212
<Resources>
1313
<Resource Language="en-us" />
1414
</Resources>
1515
<Applications>
1616
<Application Id="App" Executable="starcapp.exe" EntryPoint="Windows.FullTrustApplication">
17-
<uap:VisualElements DisplayName="Starc" Description="Starc" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
17+
<uap:VisualElements DisplayName="Starc" Description="Reinventing the screenwriting software" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
1818
<uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" Square71x71Logo="images\SmallTile.png" Square310x310Logo="images\LargeTile.png" />
1919
<uap:SplashScreen Image="images\SplashScreen.png" />
2020
</uap:VisualElements>
-160 Bytes
Loading
196 Bytes
Loading
-110 Bytes
Loading
Loading
Loading
248 Bytes
Loading
Loading

0 commit comments

Comments
 (0)