subordination icon indicating copy to clipboard operation
subordination copied to clipboard

Please provide an AppImage

Open probonopd opened this issue 9 years ago • 1 comments
trafficstars

Please provide an AppImage for Linux. This will allow subordination to run on many Linux distributions at once. electron-builder has support for it, so should be really easy:

  1. Edit package.json to use the latest electron-builder.

  2. Edit package.json — add after "build": { ... }:

    , "linux": {
      "target": ["AppImage"]
    },

Then, npm install or npm run dist or npm run dist -- --linux=AppImage if you want to explicitly set target and do not edit package.json.

probonopd avatar Nov 11 '16 15:11 probonopd

Currently the application is not ready for running on Linux. It has no visual style for it and it doesn't use Linux-specific Electron calls. Maybe someday.

sunabozu avatar Nov 15 '16 12:11 sunabozu