electron-99: removed unneeded code in post install script.

This commit is contained in:
Vishwas Shashidhar 2017-07-20 21:45:18 +05:30
parent 6c1d04c722
commit 5ee9cfaceb

View File

@ -48,8 +48,3 @@ rm -f $tempFilePath
EXEC_PATH=$installPath/Symphony.app/Contents/MacOS
exec $EXEC_PATH/Symphony --install $newPath
chmod 755 $EXEC_PATH/Symphony
# mv $EXEC_PATH/Symphony $EXEC_PATH/Symphony-bin
# cat > $EXEC_PATH/Symphony << EOT
# #!/bin/sh
# exec "\${0%/*}/Symphony-bin" --enable-sandbox \$@
# EOT