Skip to content

Commit

Permalink
Add win-store target bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalet committed Jul 12, 2019
1 parent 2e4f653 commit 3b107c7
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist/electron/*
dist/web/*
build/*
!build/icons
!build/win-store-conf
node_modules/
npm-debug.log
npm-debug.log.*
Expand Down
39 changes: 39 additions & 0 deletions build/win-store-conf/AppXManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="KhmerTyping"
ProcessorArchitecture="x64"
Publisher="CN=BE55BDAC-7AB9-4522-8143-743C045D0466"
Version="1.0.0.1" />
<Properties>
<DisplayName>Khmer Typing</DisplayName>
<PublisherDisplayName>Benjamin BALET</PublisherDisplayName>
<Description>Learn Khmer Typing with a Visual Keyboard and games</Description>
<Logo>assets\KhmerTyping.50x50.png</Logo>
</Properties>
<Resources>
<Resource Language="en" />
<Resource Language="fr" />
<Resource Language="km" />
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.14316.0" />
</Dependencies>
<Capabilities>
<rescap:Capability Name="runFullTrust"/>
</Capabilities>
<Applications>
<Application Id="KhmerTyping" Executable="app\KhmerTyping.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
BackgroundColor="#FFFFFF"
DisplayName="KhmerTyping"
Square150x150Logo="assets\KhmerTyping.150x150.png"
Square44x44Logo="assets\KhmerTyping.44x44.png"
Description="KhmerTyping">
<uap:DefaultTile Wide310x150Logo="assets\KhmerTyping.310x150.png" />
</uap:VisualElements>
</Application>
</Applications>
</Package>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/win-store-conf/assets/KhmerTyping.44x44.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 added build/win-store-conf/assets/KhmerTyping.50x50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "khmer-typing",
"version": "0.0.5",
"version": "1.0.0",
"description": "Learn Khmer Typing with a Visual Keyboard and games",
"author": "Benjamin BALET <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
target="_blank"
>Passerelles Numériques</a>
</div>
<hr />
<hr>
<p style="text-align:center">
v{{ version }}
</p>
Expand Down

0 comments on commit 3b107c7

Please sign in to comment.