The package builds fine but I can't run the runtime-x64 file - am I doing it wrong? Already installed the dependencies with npm
$ npm run electron:build
> zen-client@0.1.5 electron:build /home/sterlingbutters/Utils/zen-client
> vue-cli-service electron:build
INFO Bundling render process:
⠧ Building modern bundle for production...
risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
risk - https://tailwindcss.com/docs/upcoming-changes
warn - Tailwind is not purging unused styles because no template paths have been provided.
warn - If you have manually configured PurgeCSS outside of Tailwind or are deliberately not removing unused styles, set `purge: false` in your Tailwind config file to silence this warning.
warn - https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css
(node:120715) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time
⠏ Building modern bundle for production...
DONE Compiled successfully in 12751ms 3:59:40 PM
File Size Gzipped
dist_electron/bundled/js/chunk-vendors 631.08 KiB 191.96 KiB
.a6bc4796.js
dist_electron/bundled/js/app.effe0c61. 48.55 KiB 13.65 KiB
js
dist_electron/bundled/css/app.d981c875 2178.82 KiB 199.27 KiB
.css
dist_electron/bundled/css/chunk-vendor 5.61 KiB 1.06 KiB
s.c2f0070b.css
Images and other types of assets omitted.
DONE Build complete. The dist_electron/bundled directory is ready to be deployed.
INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
⠇ Bundling main process...
DONE Compiled successfully in 3114ms 3:59:43 PM
File Size Gzipped
dist_electron/bundled/background.js 164.48 KiB 50.65 KiB
Images and other types of assets omitted.
INFO Building app with electron-builder:
• electron-builder version=21.2.0 os=5.4.0-42-generic
• description is missed in the package.json appPackageFile=/home/sterlingbutters/Utils/zen-client/dist_electron/bundled/package.json
• writing effective config file=dist_electron/builder-effective-config.yaml
• rebuilding native dependencies dependencies=node-sass@4.14.1 platform=linux arch=x64
• packaging platform=linux arch=x64 electron=6.1.12 appOutDir=dist_electron/linux-unpacked
• building target=snap arch=x64 file=dist_electron/zen-client_0.1.5_amd64.snap
• building target=AppImage arch=x64 file=dist_electron/Zen-0.1.5.AppImage
• application Linux category is set to default "Utility" reason=linux.category is not set and cannot map from macOS docs=https://www.electron.build/configuration/linux
• application Linux category is set to default "Utility" reason=linux.category is not set and cannot map from macOS docs=https://www.electron.build/configuration/linux
• downloading url=https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z size=1.6 MB parts=1
• downloading url=https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z size=1.6 MB parts=1
• downloaded url=https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z duration=1.492s
• downloaded url=https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z duration=1.513s
• cannot move downloaded into final location (another process downloaded faster?) path=/home/sterlingbutters/.cache/electron-builder/appimage/appimage-12.0.1
tempFile=/home/sterlingbutters/.cache/electron-builder/appimage/484322360
error=rename /home/sterlingbutters/.cache/electron-builder/appimage/484322360 /home/sterlingbutters/.cache/electron-builder/appimage/appimage-12.0.1: file exists
DONE Build complete!
Greetings,
The package builds fine but I can't run the
runtime-x64
file - am I doing it wrong? Already installed the dependencies withnpm