Closed LPGhatguy closed 4 years ago
Foreman currently assumes you're on Windows and assumes artifacts are zip files with win64 in their name somewhere and only one file. This doesn't hold up for projects that aren't mine, mostly.
win64
We should support:
windows
win32
macos
darwin
linux
I think this issue is mostly wrapped up. Further work can be done in #18.
Foreman currently assumes you're on Windows and assumes artifacts are zip files with
win64
in their name somewhere and only one file. This doesn't hold up for projects that aren't mine, mostly.We should support:
windows
,win32
,win64
for Windowsmacos
,darwin
for macOSlinux
for Linux?