Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 11, 2023
1 parent 4bde17a commit 70f19f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lcUI/managers/uisettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ rapidjson::Document UiSettings::getSettingsDocument(std::string fileName) {
if (fileName == settingsFileName) {
std::cout << "No settings file found, loading default settings." << std::endl;
fileName = defaultSettingsFileName;
std::cout << "No settings file found, loading default settings: "<<_filePaths["settings_load"] + fileName<<std::endl;
settingsFile.open(_filePaths["settings_load"] + fileName);
}
else {
Expand Down
2 changes: 2 additions & 0 deletions scripts/windows-install/buildLibrecadAndCreatePackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ dir
WinDeployQt librecad.exe
dir ..
copy ..\*.lua
copy ..\*.lua con:
copy ..\*.json
copy ..\*.json con:
where makensis.exe
dir ..\..\CPack*.cmake

Expand Down

0 comments on commit 70f19f9

Please sign in to comment.