gta5view 1.9.2
This commit is contained in:
parent
b8ad311912
commit
98cfa7c5de
8 changed files with 95 additions and 44 deletions
10
res/app.rc
10
res/app.rc
|
@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "5sync.ico"
|
|||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest"
|
||||
#include <windows.h>
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1, 9, 1, 0
|
||||
PRODUCTVERSION 1, 9, 1, 0
|
||||
FILEVERSION 1, 9, 2, 0
|
||||
PRODUCTVERSION 1, 9, 2, 0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
|
@ -22,12 +22,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Syping"
|
||||
VALUE "FileDescription", "gta5view"
|
||||
VALUE "FileVersion", "1.9.1"
|
||||
VALUE "FileVersion", "1.9.2"
|
||||
VALUE "InternalName", "gta5view"
|
||||
VALUE "LegalCopyright", "Copyright © 2016-2020 Syping"
|
||||
VALUE "LegalCopyright", "Copyright © 2016-2021 Syping"
|
||||
VALUE "OriginalFilename", "gta5view.exe"
|
||||
VALUE "ProductName", "gta5view"
|
||||
VALUE "ProductVersion", "1.9.1"
|
||||
VALUE "ProductVersion", "1.9.2"
|
||||
END
|
||||
END
|
||||
END
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020 Syping -->
|
||||
<!-- Copyright 2021 Syping -->
|
||||
<component type="desktop-application">
|
||||
<id>de.syping.gta5view</id>
|
||||
<launchable type="desktop-id">de.syping.gta5view.desktop</launchable>
|
||||
|
@ -32,6 +32,7 @@
|
|||
<developer_name>Syping</developer_name>
|
||||
|
||||
<releases>
|
||||
<release date="2021-03-22" version="1.9.2"/>
|
||||
<release date="2020-12-16" version="1.9.1"/>
|
||||
<release date="2020-11-30" version="1.9.0"/>
|
||||
<release date="2020-10-11" version="1.8.0"/>
|
||||
|
|
Binary file not shown.
|
@ -305,7 +305,7 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation>
|
|||
<message>
|
||||
<location filename="../ImportDialog.ui" line="311"/>
|
||||
<source>Resolution:</source>
|
||||
<translation>Résolution:</translation>
|
||||
<translation>Résolution :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ImportDialog.ui" line="324"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue