-
-
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
Squirrel.Windows doesn't escape " in the description #378
Comments
Please ensure that iconUrl is correct (see https://github.com/electron-userland/electron-builder/wiki/Options#buildwin about iconUrl). |
@develar: I tried Just to let you know, my description in my app package.json was
which caused an error because the
I just changed the |
|
Thanks for that. Where does the application file go when installing on Windows? I ran the The next time I installed it, I pinned it to the taskbar. I closed it and then reopened it and it worked. Where is this located? |
@tylerl0706 See https://github.com/electron/windows-installer#handling-squirrel-events You should "Install desktop and start menu shortcuts". |
Hi - Where is
documented? I can't seem to get Windows to build on OSX. |
@framerate I believe those are passed straight through to electron-packager so they are documented here. Would definitely like to see more documentation on the PlatformPackager options in this repo though. |
Yeah it's a black hole. I feel like I've read all the docs a few times and had no idea why I wasn't building for windows since I have a (I did find on a random issue that msi's don't build on OSX... but I don't think that's documented anywhere yet either) |
See https://github.com/electron-userland/electron-builder#cli-usage "Execute node_modules/.bin/build --help to get actual CLI usage guide." If you use programmatic API, see https://github.com/electron-userland/electron-builder#programmatic-usage. What is not clear in the sample (comment "platform, arch and other properties, see PackagerOptions in the node_modules/electron-builder/out/electron-builder.d.ts" and "build and other properties, see https://goo.gl/5jVxoO")? |
Well as I mentioned, I setup my So from a new user to this platform, I would expect It's not very clear when this and this offer directions to setup your package to build for Windows on OSX and the output only builds for OSX. |
I would expect one of two things:
|
@framerate Thanks for proposal, |
@develar about the link that you sent me... is windows-installer built into electron or electron-builder or is it its own separate entity that I need to set up? |
Electron has a lot of moving pieces haha... I'm trying to soak it all in |
@tylerl0706 It is only docs, Squirrel.windows is part of electron-builder — you don't need to set up yet another tool. |
@develar So how do you change the gif that's playing while it's installing on win32? |
@tylerl0706 Docs is clear — https://github.com/electron-userland/electron-builder/wiki/Options#WinBuildOptions-loadingGif |
Hi,
I was trying to run
npm run dist:win64
which calls:./node_modules/.bin/build --platform win32 --arch x64
I'm getting the following error:
wine: wine-1.8.1
mono: Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 30 13:57:48 PDT 2016)
Let me know what I can do!
The text was updated successfully, but these errors were encountered: