I mean yes is actually quite late for another answer… But i just signed in to say thanks to @dylanreeve for making my work evening much shorter… I just tried things like the past half hour…
R
Latest posts made by Resistanc3
-
RE: Q-Scroll-Area Height
-
Building for Linux
Hi guys, i’m trying to build my app for linux like this (my dev machine is running macos):
quasar build -m electron linux -t mat
With configuration like (quasar.conf.js):
packager: { platform: 'linux' }, builder: { linux: { target: 'tar.gz' }, deb: { target: 'tar.gz' } }
It’s outputting something, but is it the correct way for a raspbian build? I want to install this app on my raspberry pi.