You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(postinstall_WIN32"ECHO suggestion: Run with `./dk MyScripts_Std.StartHere`\nECHO suggestion: Open project in VSCode and install the recommended plugins.")
130
+
set(postinstall_UNIX"echo 'suggestion: Run with `./dk MyScripts_Std.StartHere`'\necho 'suggestion: Open project in VSCode and install the recommended plugins.'")
131
+
endif()
132
+
124
133
# Run the command as a post script. Why?
125
134
# 1. We don't want to run ./dk inside of ./dk. Not sure how the environment variables (etc.) interact.
126
135
# 2. Makes it possible for DkStd_Std.Project.Init to erase the dkcoder/ project directory on Windows
@@ -137,12 +146,13 @@ REM 1. We copy the dk.cmd and __dk.cmake to the new project directory
0 commit comments