-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Packaging app for platform too slow, #270
Comments
Please specify target platform. See #181 (comment) |
"scripts": { I've specified version: |
When I specified asar equal to false, too slow~ |
Slow — what is your target and host OS? Without asar is ok? CPU, RAM? Please provide exact timing — use time command. |
Without asar is ok. [luncher@localhost SingleIDEServer]$ uname -a [luncher@localhost SingleIDEServer]$ cat /proc/cpuinfo I am waiting for the end of time command Removing /data/SingleIDEServer/build/release-test/dist/win-x64 |
Packaging app for platform win32 x64 using electron v0.37.2 real 108m29.333s |
Who can help me check why? Thank you |
I, but I will have time only on weekend. It is interesting why |
Anyway, consider to use https://www.appveyor.com to build win aritfact (see https://github.com/electron-userland/electron-builder/blob/master/docs/multi-platform-build.md). |
Because I have to modify the app folder inside the file, |
Thank you 👍 |
Ask a question.
|
No. Copied separately. Not in the asar in any case. |
What other way to extract the rar files? |
Why do I use mac computer to compile windows installer is very slow. . . |
There are other ways you can see the log information? |
Set |
@Luncher |
When I upgraded version of the compiler prompt an error: Packaging app for platform linux x64 using electron v0.37.4 dev json: "license": "ISC", |
Linux requires |
thank you man。How do I build Linux Package URL? I have not put the project on github. |
@Luncher Does your project have public project page? |
Have a website, you see, write directly to this site can it? |
@Luncher Yes. Any URL is accepted. You can specify your company or product web site. |
thank you. |
Seems to not work, I have built a windows compiler environment |
How to set linux installation package icon it? After the update version of the icon disappeared. The build application json option to move to the developer json. |
Sorry, don't understand. It is slow, or error was thrown?
Do you mean that you upgrade electron-builder version from 2 to 3 and no more Linux icon? Or did you use 3.x before, but after |
another question,my dev package.json: "scripts": { -d What does it mean? |
|
When I run: [luncher@localhost release]$ npm run dist:linux
Installing app dependencies for arch ia32 to /data/LocalHolaStudio/release/appReading icns family from /data/LocalHolaStudio/release/build/icon.icns... my icons: [luncher@localhost build]$ ls I watched electron packager help documentation.: icon - String Currently you must look for conversion tools in order to supply an icon in the format required by the platform: OS X: .icns I do not know how to set the app icon for linux platform |
electron-builder does it. If it doesn't work, it is a regression. I will check. |
thank you |
@Luncher Cannot confirm Linux icon bug. Please file separate issue (and provide details — "the icon disappeared" — where icon is missed?). |
@Luncher Your answer about NuGet 3 is important, please try it and report how does it work for you (if doesn't work, don't forget to attach debug log). |
I compiled a problem in the mac platform. Will the mac system log file where to see it?I compiled a |
I installed dmg file, double-click the apk file, the system prompts can not be opened |
@Luncher |
My first question is in the translation of the mac system files can not be installed and turned on. You can help to look at this issue. |
Do you know the log file is? |
@Luncher Please don't mix several questions in one issue. Please file another issue. |
ok |
my application File size:
[luncher@localhost release-test]$ ls
app build dist node_modules package.json
[luncher@localhost release-test]$ du -sh ./*
108M ./app
420K ./build
423M ./dist
170M ./node_modules
4.0K ./package.json
[luncher@localhost release-test]$
my build options:
"build": {
"asar": false,
"app-bundle-id": "hr.creaticon.eatodo",
"app-category-type": "public.app-category.productivity",
"iconUrl": "http://eatodo.s3.amazonaws.com/icon.ico"
},
The text was updated successfully, but these errors were encountered: