Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0486 committed Sep 16, 2018
2 parents d723a4a + 6acb61f commit fed9535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions start.vbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) & "\run.bat" & chr(34), 0, false

3 changes: 3 additions & 0 deletions update1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ then
cd $1
chmod 755 *.sh

cd $1
chmod 755 *.sh

if [ $3 == true ]
then
echo Start desktop application
Expand Down

0 comments on commit fed9535

Please sign in to comment.