Skip to content

Commit

Permalink
Changed Windows install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Nov 8, 2019
1 parent 502fa19 commit 5278a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "http.hpp"

const char * base_path = "%USERPROFILE%\\.craftos";
const char * rom_path = "%ProgramFiles%\\CraftOS-PC";
const char * rom_path = "%ProgramFiles%\\CraftOS-PC Accelerated";
std::string base_path_expanded;
std::string rom_path_expanded;
char expand_tmp[32767];
Expand Down

0 comments on commit 5278a50

Please sign in to comment.