You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It already builds for Linux. To get the snap to install after building since it's not published to the snap store yet, you just need to use the --force-dangerous flag.
For example:
yarn run build
cd dist
sudo snap install ./image-optimizer_1.3.2_amd64.snap --force-dangerous
And yeah, the release build action would just need to be updated to build Linux as well. I guess it just builds Mac for now, but the config and support is all there.
Once the action is updated to build snap releases, the README would just need to say to use the `--force-dangerous`` install script until it's in the Snap store.
Could you please add support for Linux ?
The text was updated successfully, but these errors were encountered: