Skip to content

Commit

Permalink
Rename trik-studio.cmd to trik-studio-safe.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Dec 28, 2024
1 parent f8bea05 commit 7d23b5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rsync -a "$BIN_DIR"/qrgui-facade.dll "$PWD"/
rsync -a "$BIN_DIR/patcher.exe" "$PWD/../data"
rsync -a "$BIN_DIR/checkapp.exe" "$PWD/../data"
rsync -a "$BIN_DIR"/trik-studio.exe "$PWD/../data/$PRODUCT.exe"
rsync -a "$INSTALLER_ROOT/platform/$PRODUCT.cmd" "$PWD"/../data/
rsync -a "$INSTALLER_ROOT/platform/$PRODUCT-safe.cmd" "$PWD"/../data/
rsync -a "$INSTALLER_ROOT/platform/$PRODUCT.vbs" "$PWD/../data/"
rsync -a "$INSTALLER_ROOT/images/trik-studio.ico" "$PWD/../data/"
rsync -a "$BIN_DIR"/plugins/tools/updatesChecker.dll "$PWD"/../data/plugins/tools/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion installer/platform/trik-studio.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ For Each arg In WScript.Arguments
arguments = arguments & " " & arg
Next

strPath = Left(Wscript.ScriptFullName, InStr(Wscript.ScriptFullName, ".vbs")) & "cmd"
strPath = Left(Wscript.ScriptFullName, InStr(Wscript.ScriptFullName, ".vbs") - 1) & "-safe.cmd"

CreateObject("WScript.Shell").Run strPath & arguments, 0, true

0 comments on commit 7d23b5e

Please sign in to comment.