Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 61160ca

Browse files
committed
Fix error creating projects
1 parent f298810 commit 61160ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎source/create_dialog_derived.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void CreateProjectDialogD::OnCreate(wxCommandEvent& event){
108108
#elif defined _WIN32
109109
auto fullProj = filesystem::path(projPath) / projName;
110110
auto fullTemplate = executableTemplatesPath / fmt::format("{}.{}",templatePrefix,templateName);
111-
string command = fmt::format("\"{}\" -createproject \"{}\" -cloneFromTemplate \"{}\"",
111+
string command = fmt::format("\"{}\" -createproject \"{}\" -cloneFromTemplate \"{}\"",
112112
executablePath.string(),
113113
fullProj.string(),
114114
fullTemplate.string());

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /