Year 2021, 1.10 initial dev branch
This commit is contained in:
parent
dd7667b9f7
commit
d9eb8d5f95
10 changed files with 14 additions and 14 deletions
|
@ -3,8 +3,8 @@
|
|||
!define APP_NAME "gta5view"
|
||||
!define COMP_NAME "Syping"
|
||||
!define WEB_SITE "https://gta5view.syping.de/"
|
||||
!define VERSION "1.9.1.0"
|
||||
!define COPYRIGHT "Copyright © 2016-2020 Syping"
|
||||
!define VERSION "1.10.0.0"
|
||||
!define COPYRIGHT "Copyright © 2016-2021 Syping"
|
||||
!define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor"
|
||||
!define INSTALLER_NAME "gta5view_setup.exe"
|
||||
!define MAIN_APP_EXE "gta5view.exe"
|
||||
|
|
|
@ -2,7 +2,7 @@ kind: pipeline
|
|||
type: docker
|
||||
|
||||
environment:
|
||||
BUILD_TYPE: "REL"
|
||||
BUILD_TYPE: "DEV"
|
||||
|
||||
steps:
|
||||
- name: Windows Installer
|
||||
|
|
|
@ -2,7 +2,7 @@ stages:
|
|||
- build
|
||||
|
||||
variables:
|
||||
BUILD_TYPE: "REL"
|
||||
BUILD_TYPE: "DEV"
|
||||
|
||||
Windows Installer:
|
||||
stage: build
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- BUILD_TYPE=REL
|
||||
- BUILD_TYPE=DEV
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
6
config.h
6
config.h
|
@ -1,6 +1,6 @@
|
|||
/*****************************************************************************
|
||||
* gta5view Grand Theft Auto V Profile Viewer
|
||||
* Copyright (C) 2016-2020 Syping
|
||||
* Copyright (C) 2016-2021 Syping
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -40,11 +40,11 @@
|
|||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_COPYRIGHT
|
||||
#define GTA5SYNC_COPYRIGHT "2016-2020"
|
||||
#define GTA5SYNC_COPYRIGHT "2016-2021"
|
||||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_APPVER
|
||||
#define GTA5SYNC_APPVER "1.9.1"
|
||||
#define GTA5SYNC_APPVER "1.10.0"
|
||||
#endif
|
||||
|
||||
#if __cplusplus
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#/*****************************************************************************
|
||||
#* gta5view Grand Theft Auto V Profile Viewer
|
||||
#* Copyright (C) 2015-2020 Syping
|
||||
#* Copyright (C) 2015-2021 Syping
|
||||
#*
|
||||
#* This program is free software: you can redistribute it and/or modify
|
||||
#* it under the terms of the GNU General Public License as published by
|
||||
|
|
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, 10, 0, 0
|
||||
PRODUCTVERSION 1, 10, 0, 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.10.0"
|
||||
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.10.0"
|
||||
END
|
||||
END
|
||||
END
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 696 KiB |
BIN
res/src/prop.png
BIN
res/src/prop.png
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in a new issue