FOGProject / fog-client

A cross platform computer management client
GNU General Public License v3.0
108 stars 35 forks source link

Find missing OSX-FOG-TRAY.zip / OSXFOGTray.zip referenced in VS project file #113

Closed Sebastian-Roth closed 4 years ago

Sebastian-Roth commented 5 years ago

The UniversalInstaller references an OS X Tray ZIP file (code which does not exist in the repo. While there is a OSX-FOG-TRAY.zip in the repo that one is zero bytes in size. So needs to be build somehow.

For some unknown reason the filename was changed in the VS project file later on (commit) without actually renaming the empty ZIP file. This causes some confusion.

Sebastian-Roth commented 4 years ago

Information on this we got from Joe:

On a Mac OS computer you’re want to build and zip up the contents (see the zip on Tauri for reference) of:

https://github.com/FOGProject/fog-client/tree/master/Tray/OSX

I believe we didn’t check in the zip to avoid binaries in git, but that doesn’t make much sense anymore considering we had that Libs folded in the client full of dlls.

Sebastian-Roth commented 4 years ago

Thanks to @danielbmiller this was added in 84689bf - closing as fixed.