File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77if len (sys .argv ) < 4 :
88 print ("Usage:" )
9- print ("\t gen_sym_files.py <path to breakpad's dump_syms> <path to owncloud .app> <symbol output dir>" )
9+ print ("\t gen_sym_files.py <path to breakpad's dump_syms> <path to ownCloud .app> <symbol output dir>" )
1010 print ("" )
1111 print ("Symbols will be created in './symbols'" )
1212 sys .exit (1 )
Original file line number Diff line number Diff line change 2626 <key>GID</key>
2727 <integer>80</integer>
2828 <key>PATH </key>
29- <string >@APPLICATION_EXECUTABLE @.app</string >
29+ <string >@APPLICATION_NAME @.app</string >
3030 <key>PATH_TYPE</key>
3131 <integer>3</integer>
3232 <key>PERMISSIONS </key>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LOGGED_IN_USER_ID=$(id -u "${USER}")
1111# Always enable the new 10.10 finder plugin if available
1212if [[ -x " $( command -v pluginkit) " ]]; then
1313 # add it to DB. This happens automatically too but we try to push it a bit harder for issue #3463
14- pluginkit -a " /Applications/@APPLICATION_EXECUTABLE @.app/Contents/PlugIns/FinderSyncExt.appex/"
14+ pluginkit -a " /Applications/@APPLICATION_NAME @.app/Contents/PlugIns/FinderSyncExt.appex/"
1515 # Since El Capitan we need to sleep #4650
1616 sleep 10s
1717 # enable it
Original file line number Diff line number Diff line change 88
99# don't grep in one line, to avaoid grepping the grep process...
1010PROCESSES=$( ps aux)
11- OC_INSTANCE=$( echo " ${PROCESSES} " | grep " /Applications/@APPLICATION_EXECUTABLE @.app/Contents/MacOS/@APPLICATION_EXECUTABLE@" )
11+ OC_INSTANCE=$( echo " ${PROCESSES} " | grep " /Applications/@APPLICATION_NAME @.app/Contents/MacOS/@APPLICATION_EXECUTABLE@" )
1212
1313if [[ " ${OC_INSTANCE} " != " " ]]; then
1414 kill $( echo " ${OC_INSTANCE} " | awk ' {print $2}' )
You can’t perform that action at this time.
0 commit comments