mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 19:05:53 +08:00
Let the alpha build store its profile into PrusaSlicer-alpha directory.
This commit is contained in:
parent
23b2b4c59f
commit
0fb81e6cda
@ -173,7 +173,8 @@ bool GUI_App::on_init_inner()
|
|||||||
wxCHECK_MSG(wxDirExists(resources_dir), false,
|
wxCHECK_MSG(wxDirExists(resources_dir), false,
|
||||||
wxString::Format("Resources path does not exist or is not a directory: %s", resources_dir));
|
wxString::Format("Resources path does not exist or is not a directory: %s", resources_dir));
|
||||||
|
|
||||||
SetAppName(SLIC3R_APP_KEY);
|
//SetAppName(SLIC3R_APP_KEY);
|
||||||
|
SetAppName(SLIC3R_APP_KEY "-alpha");
|
||||||
SetAppDisplayName(SLIC3R_APP_NAME);
|
SetAppDisplayName(SLIC3R_APP_NAME);
|
||||||
|
|
||||||
// Enable this to get the default Win32 COMCTRL32 behavior of static boxes.
|
// Enable this to get the default Win32 COMCTRL32 behavior of static boxes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user