Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Jun 3, 2018
1 parent c1b5fdc commit c76c7c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="55974nhutquang97.5translate" Version="2018.527.0.0" Publisher="CN=C635F506-DEEB-41A4-8CAA-16689F486ED2" />
<Identity Name="55974nhutquang97.5translate" Version="2018.603.0.0" Publisher="CN=C635F506-DEEB-41A4-8CAA-16689F486ED2" />
<mp:PhoneIdentity PhoneProductId="4e3a1eec-c9c4-4b27-a671-55ec393ccad1" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Translatium Translator</DisplayName>
Expand All @@ -27,16 +27,16 @@
<uap:SplashScreen Image="build-resources\windows-images\Splash620x300.png" BackgroundColor="#43A047" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="translatium">
<uap:DisplayName>Translatium</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.shareTarget">
<uap:ShareTarget Description="Translate text with Translatium">
<uap:DataFormat>Text</uap:DataFormat>
</uap:ShareTarget>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="translatium">
<uap:DisplayName>Translatium</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
</Extensions>
</Application>
</Applications>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "translatium",
"description": "Google Translate client for macOS & Windows",
"version": "8.3.0",
"version": "8.3.1",
"main": "public/electron.js",
"repository": "https://github.com/quanglam2807/translatium",
"author": {
Expand Down
3 changes: 1 addition & 2 deletions windows.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
<DefaultLanguage>en</DefaultLanguage>
<PackageCertificateKeyFile>windows_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>C0964D78C8263E3D1E677C2782205C7376FA2CEF</PackageCertificateThumbprint>
<PackageCertificateThumbprint>35239E66313A59D4782393878D8FAFEFA97610CD</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
Expand Down Expand Up @@ -105,7 +105,6 @@
<Content Include="build-resources\windows-images\Wide310x150.scale-400.png" />
<Content Include="build\**\**" />
<None Include="windows_StoreKey.pfx" />
<None Include="windows_TemporaryKey.pfx" />
<None Include="Package.xml" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
Expand Down

0 comments on commit c76c7c9

Please sign in to comment.