Skip to content

Commit a07fcf2

Browse files
committed
config msbuild scrupt
1 parent eb24892 commit a07fcf2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,4 @@ MigrationBackup/
349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351351
workflow.zip
352+
WorkflowRender.zip

.pkg/build-unix.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SET R_HOME=%drive%\GCModeller\src\R-sharp\App\net10.0
55
SET Rscript="%R_HOME%/Rscript.exe"
66
SET REnv="%R_HOME%/R#.exe"
77

8-
%Rscript% --build /src ../ /save ../workflow.zip --skip-src-build
9-
%REnv% --install.packages ../workflow.zip
8+
%Rscript% --build /src ../ /save ../WorkflowRender.zip --skip-src-build
9+
%REnv% --install.packages ../WorkflowRender.zip
1010

1111
pause

0 commit comments

Comments
 (0)