소스 검색

updated windows nc build

0xdcarns 3 년 전
부모
커밋
2652efccca
3개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      netclient/netclient.exe.manifest.xml
  2. 6 6
      netclient/versioninfo.json
  3. BIN
      netclient/windowsdata/resource/netclient.syso

+ 1 - 1
netclient/netclient.exe.manifest.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
     <assemblyIdentity
-            version="0.8.0"
+            version="0.8.5.0"
             processorArchitecture="*"
             name="netclient.exe"
             type="win32"

+ 6 - 6
netclient/versioninfo.json

@@ -2,14 +2,14 @@
     "FixedFileInfo": {
         "FileVersion": {
             "Major": 0,
-            "Minor": 7,
-            "Patch": 3,
+            "Minor": 8,
+            "Patch": 5,
             "Build": 0
         },
         "ProductVersion": {
             "Major": 0,
-            "Minor": 7,
-            "Patch": 3,
+            "Minor": 8,
+            "Patch": 5,
             "Build": 0
         },
         "FileFlagsMask": "3f",
@@ -29,7 +29,7 @@
         "OriginalFilename": "",
         "PrivateBuild": "",
         "ProductName": "Netclient",
-        "ProductVersion": "v0.7.3.0",
+        "ProductVersion": "v0.8.5.0",
         "SpecialBuild": ""
     },
     "VarFileInfo": {
@@ -38,6 +38,6 @@
             "CharsetID": "04B0"
         }
     },
-    "IconPath": "netclient.ico",
+    "IconPath": "windowsdata/resource/netclient.ico",
     "ManifestPath": "netclient.exe.manifest.xml"
 }

BIN
netclient/windowsdata/netclient.syso → netclient/windowsdata/resource/netclient.syso