-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organize dist directory to be uniform for all platforms #670
Comments
NSIS and all Linux targets produces artifacts to |
Ah I see why NSIS and linux targets are produced directly to However when building for multiple OS, the inconsistencies make the |
BTW, Parallels Desktop allows you to use "Open in Windows" or "Reveal in Windows". And share mac home to Linux if need. |
Only, only Squirrel.Windows target creates directory for packed because of *** Mac — historically. Can be flattened as well (i.e. as NSIS/Linux).
I don't like it, but... I don't have yet final opinion. In any case it doesn't matter — you should not publish it manually — open PR instead (bintray publisher coming soon). |
|
That is fair enough. Even just more consistent naming would make it clearer to the user.
Is this not how the mac directory is though? Correct me if I am wrong, but the .app file is really the only file needed for the unpacked mac application and it is contained in a special
Neat, thanks! I wasn't aware of this as I just recently started developing on Mac recently. I've just been using my MBP and a dual-boot Windows/Linux machine to test the app. |
Boo. If you don't have money / don't want to buy Parallels Desktop, you can use VirtualBox (but I totally don't recommend it). |
Ok to be fair I also have a Fedora image in VirtualBox that I test in but I prefer to use my dual-boot Linux Mint for performance and to make sure everything works both separately and in a VM. We were required to have the separate Linux boot for a few courses in school as well. |
|
Was this implemented? It still seems that the |
This is a small suggestion to organize the dist directory to make it a little more clean when building for multiple platforms. When I build with
build -mlw
, It looks something like...To clarify, each platform's output directories are currently organized differently which could be confusing.
I'm suggesting, for easier viewing and grabbing of specific platform files, to have something more uniform such as this
Thoughts/opinions?
I may be able to figure it out and make a PR on my own time, but I wanted to get an opinion first.
The text was updated successfully, but these errors were encountered: