aboutsummaryrefslogtreecommitdiff
path: root/LauncherInjector
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-03-26 00:56:52 +0100
committerGitHub <noreply@github.com>2022-03-26 00:56:52 +0100
commitebba08beb9e3227c2b646f83745fc0ce5b142264 (patch)
tree7c78d368aa1bc674a050b6aba12340b6c1ba1b1a /LauncherInjector
parentde7deafc7e6ba53deec8dd3c05d2ea5e7cf42264 (diff)
downloadNorthstarLauncher-ebba08beb9e3227c2b646f83745fc0ce5b142264.tar.gz
NorthstarLauncher-ebba08beb9e3227c2b646f83745fc0ce5b142264.zip
Add version numbering to all master server requests (#113)
* Add version numbering to all master server requests * Use "+dev" for user agent if dev version instead of "-dev" * Replace "FindResource" with "FindResourceW" As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834788821 * Set User-Agent in SetCommonHttpClientOptions instead of for each curl call individually As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834789168 Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
Diffstat (limited to 'LauncherInjector')
-rw-r--r--LauncherInjector/resources.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/LauncherInjector/resources.rc b/LauncherInjector/resources.rc
index 8a1cde40..99fcc41e 100644
--- a/LauncherInjector/resources.rc
+++ b/LauncherInjector/resources.rc
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "ns_icon.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,0,0
- PRODUCTVERSION 0,0,0,0
+ FILEVERSION 0,0,0,1
+ PRODUCTVERSION 0,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L