Originally Posted by drumthrasher109
Hey Lincoln, how did you get rid of the .DS_Store files? I'm having the same problems with most of my packages...
Is there a .deb viewer for OS X?
Type this command in Terminal before packaging the "MyProgram" folder:
find /Users/YourUsername/Desktop/MyProgram -type f -name .DS_Store -print0 | xargs -0 rm