Packaging app on linux #1833
Unanswered
not-a-doctor-stromberg
asked this question in
Q&A
Replies: 1 comment 2 replies
-
hello, check the ./release folder :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to build/install thorium on my machine. I ran
npm run package:linux
, but I'm not sure what the output of this is supposed to be. There didn't seem to be anything immediately obvious in thedist
directory: I see someindex_library
andindex_pdf
andpreload.js
stuff, but I expected to see a.deb
or.appimage
.I looked into
electron-build
a little, and saw:in the
build
section ofpackage.json
-- I tried passing a--target=AppImage
flag, but this did not seem to change anything. What output should I expect/where should it be?Beta Was this translation helpful? Give feedback.
All reactions