summaryrefslogtreecommitdiff
path: root/audio/atunes/files/atunes.in
blob: 18bb592c7e6df31059dafd0175df102006fa7fe8 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

cd %%DATADIR%%
exec %%LOCALBASE%%/bin/java \
    -Dsubstancelaf.windowRoundedCorners=false \
    -Dinsubstantial.looseTableCellRenderers=true -Djava.library.path=./ \
    -Xms128m -Xmx256m -splash:splash.gif \
    -cp aTunes.jar:lib/* net.sourceforge.atunes.Main "$@"