Skip to content

Commit

Permalink
Path Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShizCalev committed Nov 18, 2024
1 parent 32b4aba commit f096d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int main(int argc, char **argv)
LPCTSTR oDir;
if (argv[2]!=NULL){
oDir = argv[2];}
else oDir = "C:/PROGRA~2/Battle.net/Battle.net.exe";
else oDir = "C:/Program Files (x86)/Battle.net/Battle.net.exe";
//check if battlenet is running
if (IsRunning("Battle.net.exe")){
Kill("Battle.net.exe");}
Expand Down
6 changes: 3 additions & 3 deletions Source/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "ico.ico"

1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Afevis / ShizCalev @ Github"
VALUE "FileVersion", "1.0.0"
VALUE "FileVersion", "1.0.1"
VALUE "FileDescription", "Battlenet Steam Overlay Launcher"
VALUE "InternalName", "Battlenet-Launcher"
VALUE "LegalCopyright", "Afevis 2024"
Expand Down

0 comments on commit f096d9f

Please sign in to comment.