Error on Windows, not on Mac

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
tio
Citizen
Posts: 61
Joined: Thu Dec 12, 2013 1:04 pm
Location: BR BR?
Contact:

Re: Error on Windows, not on Mac

Post by tio »

Doesn't this issue may be related with extra files that osx packs on zipped files? I tried to create a .love file using terminal and passing the '-X' flag, like so:

Code: Select all

zip -Dr build.love ./* -x \*.git\* -x \*.DS_\* -x \*.love -X
This will create a zipped .love file with everything on current folder except for git-related stuff, '.DS' osx-related stuff and any other .love file that might appear on current folder structure (to avoid self-adding .love). The '-X' flag on end excludes extra files that osx could add on zipped file.

This worked fine for me (fused and non-fused), might work fine for you too ^^
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 121 guests