script: fixed windows deploy scripts
This commit is contained in:
@@ -271,7 +271,8 @@
|
||||
<!-- <Feature Id='SampleCode' Title='Samples' Description='Tutorial and Sample Project' Level='1000'> -->
|
||||
<ComponentRef Id='SampleProjects'/>
|
||||
<ComponentGroupRef Id='SampleJavaparserComponentGroup' Primary="yes"/>
|
||||
<ComponentGroupRef Id='SampleTictactoeComponentGroup' Primary="yes"/>
|
||||
<ComponentGroupRef Id='SampleTictactoeCppComponentGroup' Primary="yes"/>
|
||||
<ComponentGroupRef Id='SampleTictactoePyComponentGroup' Primary="yes"/>
|
||||
<ComponentGroupRef Id='SampleTutorialComponentGroup' Primary="yes"/>
|
||||
</Feature>
|
||||
</Feature>
|
||||
|
||||
@@ -209,6 +209,8 @@ if [ $CREATE_PORTABLE_ZIP = true ]; then
|
||||
cp -u -r bin/app/data/install/* $PORTABLE_PACKAGE_APP_DIR/data/install/
|
||||
mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/java/
|
||||
cp -u -r bin/app/data/java/* $PORTABLE_PACKAGE_APP_DIR/data/java/
|
||||
mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/python/
|
||||
cp -u -r bin/app/data/python/* $PORTABLE_PACKAGE_APP_DIR/data/python/
|
||||
mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/syntax_highlighting_rules/
|
||||
cp -u -r bin/app/data/syntax_highlighting_rules/* $PORTABLE_PACKAGE_APP_DIR/data/syntax_highlighting_rules/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user