File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dist: all
3636
3737 cp -r exefs_patches dist/atmosphere/
3838
39- mkdir -p dist/atmosphere/config_templates
40- cp mc_mitm/config.ini dist/atmosphere/config_templates /missioncontrol.ini
39+ mkdir -p dist/config/MissionControl
40+ cp mc_mitm/config.ini dist/config/MissionControl /missioncontrol.ini.template
4141
4242 cd dist; zip -r $(PROJECT_NAME)-$(BUILD_VERSION).zip ./*; cd ../;
4343
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace ams::mitm {
2121
2222 namespace {
2323
24- constexpr const char *config_file_location = " sdmc:/atmosphere/ config/missioncontrol.ini" ;
24+ constexpr const char *config_file_location = " sdmc:/config/MissionControl /missioncontrol.ini" ;
2525
2626 MissionControlConfig g_global_config = {
2727 .general = {
You can’t perform that action at this time.
0 commit comments