Applescript to quit an application

I have a very simple Applescript written and saved as an application to quit GoodSync, a syncing program. When I run the script from within applescript the application quits. When I run the application as a stand alone it fires but does not quit the application.
any ideas?
tell application "GoodSync"
quit
end tell
The applicaton does not ask to save anything on quit.
I have used automator to the same end and it works as a stand alone application.
Eager to learn,
Thanks in advance,
any ideas?
tell application "GoodSync"
quit
end tell
The applicaton does not ask to save anything on quit.
I have used automator to the same end and it works as a stand alone application.
Eager to learn,
Thanks in advance,