Portable Nvu OS X source code
Portable Nvu OS X script source code:
This is the AppleScript that start Nvu from any device:
AppleScript
This is the AppleScript that start Nvu from any device:
tell application "Finder" to set perc to the container of (path to me) as aliasEOF
set perc to quoted form of POSIX path of perc
do shell script "" & perc & "app/Nvu.app/Contents/MacOS/nvu -profile " & perc & "app/profile"
