Skip to content

Commit

Permalink
fixes icon loading && dumped new version
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Mar 28, 2024
1 parent a9c1937 commit 3710a54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions killproof_me/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ arcdps_exports* mod_init() {
try {
// Setup iconLoader
IconLoader::instance().Setup(SELF_DLL, d3d11Device);
RegisterIcons();

// Clear old Files
updateChecker.ClearFiles(SELF_DLL);
Expand Down
8 changes: 4 additions & 4 deletions killproof_me/killproof_me.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,13,0,0
PRODUCTVERSION 2,13,0,0
FILEVERSION 2,13,1,0
PRODUCTVERSION 2,13,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -41,12 +41,12 @@ BEGIN
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileVersion", "2.13.0.0"
VALUE "FileVersion", "2.13.1.0"
VALUE "InternalName", "d3d9_arcdps_killproof_me.dll"
VALUE "LegalCopyright", "Copyright (C) 2024"
VALUE "OriginalFilename", "d3d9_arcdps_killproof_me.dll"
VALUE "ProductName", "killproof.me-plugin"
VALUE "ProductVersion", "2.13.0.0"
VALUE "ProductVersion", "2.13.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion killproof_me/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "arcdps-killproof-me-plugin",
"version-string": "2.13.0",
"version-string": "2.13.1",
"dependencies": [
"arcdps-extension",
"arcdps-unofficial-extras",
Expand Down

0 comments on commit 3710a54

Please sign in to comment.