File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
installer/packages/trik-studio/ru.qreal.root.trik_studio_kernel/meta Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ rsync -a "$BIN_DIR/run_maze_generator.sh" "$PWD/
2727rm -rf " $PWD " /../data/plugins/
2828rsync -a --remove-source-files " $PWD " /../data/help/ " $PWD " /../data/resources/help/
2929rsync -a --remove-source-files " $PWD " /../data/images/ " $PWD " /../data/resources/images/
30+ rsync -a --remove-source-files " $PWD " /../data/templates/ " $PWD " /../data/resources/templates/
3031mv " $PWD " /../data/splashscreen.png " $PWD " /../data/bin/
Original file line number Diff line number Diff line change @@ -37,5 +37,6 @@ rm -rf "$BUNDLE_CONTENTS/Resources/help/"
3737rm -rf " $BUNDLE_CONTENTS /Resources/images/"
3838mv " $PWD " /../data/help " $BUNDLE_CONTENTS /Resources/"
3939mv " $PWD " /../data/images " $BUNDLE_CONTENTS /Resources/"
40+ mv " $PWD " /../data/templates " $BUNDLE_CONTENTS /Resources/"
4041mv " $PWD " /../data/splashscreen.png " $BUNDLE_CONTENTS /MacOS/"
4142rsync -aR --remove-source-files " $( realpath " $PWD /../data" ) /./externalToolsConfig" " $BUNDLE_CONTENTS /MacOS/"
You can’t perform that action at this time.
0 commit comments