Skip to content

Commit

Permalink
Fix the manifest for MS Store publication
Browse files Browse the repository at this point in the history
And update icons
  • Loading branch information
iljukhaput authored and dimkanovikov committed Jan 14, 2025
1 parent 4f65ce9 commit d37d192
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_starc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
shell: pwsh
env:
APPXMANIFEST_PATH: build\windows\msix\AppxManifest.xml
BUILD_VERSION: ${{ env.APP_VERSION }}.${{ env.DEV_BUILD }}
BUILD_VERSION: ${{ env.APP_VERSION }}.0
run: |
$xml = [xml](Get-Content $env:APPXMANIFEST_PATH)
$xml.Package.Identity.Version = $env:BUILD_VERSION
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
shell: pwsh
env:
APPXMANIFEST_PATH: build\windows\msix\AppxManifest.xml
BUILD_VERSION: ${{ env.APP_VERSION }}.${{ env.DEV_BUILD }}
BUILD_VERSION: ${{ env.APP_VERSION }}.0
run: |
$xml = [xml](Get-Content $env:APPXMANIFEST_PATH)
$xml.Package.Identity.Version = $env:BUILD_VERSION
Expand Down
6 changes: 3 additions & 3 deletions build/windows/msix/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<Identity Name="Starc" Publisher="CN=StoryApps" Version="" />
<Properties>
<DisplayName>Starc</DisplayName>
<PublisherDisplayName>StoryApps</PublisherDisplayName>
<PublisherDisplayName>Story Apps</PublisherDisplayName>
<Logo>images\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19043.0" MaxVersionTested="10.0.19045.0" />
</Dependencies>
<Resources>
<Resource Language="en-us" />
</Resources>
<Applications>
<Application Id="App" Executable="starcapp.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="Starc" Description="Starc" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
<uap:VisualElements DisplayName="Starc" Description="Reinventing the screenwriting software" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" Square71x71Logo="images\SmallTile.png" Square310x310Logo="images\LargeTile.png" />
<uap:SplashScreen Image="images\SplashScreen.png" />
</uap:VisualElements>
Expand Down
Binary file modified build/windows/msix/visual-elements/LargeTile.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 modified build/windows/msix/visual-elements/SmallTile.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 modified build/windows/msix/visual-elements/SplashScreen.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 modified build/windows/msix/visual-elements/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 modified build/windows/msix/visual-elements/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 modified build/windows/msix/visual-elements/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 modified build/windows/msix/visual-elements/Wide310x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d37d192

Please sign in to comment.