File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
installer/packages/qreal-base/ru.qreal.root/meta Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ mkdir -p "$PWD"/../data/platforms
2222mkdir -p " $PWD " /../data/imageformats
2323mkdir -p " $PWD " /../data/iconengines
2424mkdir -p " $PWD " /../data/plugins/tools
25+ mkdir -p " $PWD " /../data/scripts/
26+
2527rsync -a " $BIN_DIR " /changelog.txt " $PWD " /../data
28+ rsync -a " $INSTALLER_ROOT /trik_studio_installscript.qs" " $PWD /../data/scripts"
29+ rsync -a " $INSTALLER_ROOT /trik_studio_uninstallscript.qs" " $PWD /../data/scripts"
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ rsync -a "$BIN_DIR"/trik-studio.exe "$PWD/.
3333rsync -a " $INSTALLER_ROOT /platform/$PRODUCT -safe.cmd" " $PWD " /../data/
3434rsync -a " $INSTALLER_ROOT /platform/$PRODUCT .vbs" " $PWD /../data/"
3535rsync -a " $INSTALLER_ROOT /images/trik-studio.ico" " $PWD /../data/"
36+ rsync -a " $INSTALLER_ROOT /reinstall-trik-studio.cmd" " $PWD /../data/scripts"
3637rsync -a " $BIN_DIR " /plugins/tools/updatesChecker.dll " $PWD " /../data/plugins/tools/
3738rsync -a " $BIN_DIR " /plugins/tools/subprogramsImporterExporter.dll " $PWD " /../data/plugins/tools/
3839
You can’t perform that action at this time.
0 commit comments