We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb24892 commit a07fcf2Copy full SHA for a07fcf2
2 files changed
.gitignore
@@ -349,3 +349,4 @@ MigrationBackup/
349
# Ionide (cross platform F# VS Code tools) working folder
350
.ionide/
351
workflow.zip
352
+WorkflowRender.zip
.pkg/build-unix.cmd
@@ -5,7 +5,7 @@ SET R_HOME=%drive%\GCModeller\src\R-sharp\App\net10.0
5
SET Rscript="%R_HOME%/Rscript.exe"
6
SET REnv="%R_HOME%/R#.exe"
7
8
-%Rscript% --build /src ../ /save ../workflow.zip --skip-src-build
9
-%REnv% --install.packages ../workflow.zip
+%Rscript% --build /src ../ /save ../WorkflowRender.zip --skip-src-build
+%REnv% --install.packages ../WorkflowRender.zip
10
11
pause
0 commit comments