Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Build for Linux

Cutls edited this page Apr 14, 2021 · 4 revisions

Strongly recommend to use yarn, not npm

git clone https://github.com/cutls/TheDesk
cd TheDesk/app
yarn install

yarn build --linux

--linux option has no effect when running on Linux.

Options

Usage

you add option someOption...

Run yarn build --someOption

List

  • onlyStore
    Snapcraft assets(without update check)
    .deb, .zip assets made with this command also do not check update.
  • withStore
    Snapcraft assets(without update check) assets and normal version

Preset

The left side command has the same meaning of the right side.

yarn build:all: yarn build --withStore