mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 22:50:31 +00:00
b1a1376f3b
- Make use of the new packaging directory. - Set a current directory for subsurface to find the svg icon. There might be a pretter solution to this. - Somehow subsurface doesn't behave properly in the Dock. Running it in the background without Dock integration until we figure out why. Signed-Off-By: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd `dirname $0`/../Resources
|
|
../MacOS/subsurface &
|
|
exit 0
|