You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
kolaente 99153187d7
continuous-integration/drone/push Build is passing Details
fix: open links in OS default browser
Resolves #130
6 months ago
build Fix missing application icon on Linux. (#19) 2 years ago
.drone.yml chore: disable mac builds 8 months ago
.gitignore Ignore tgz files 3 years ago
CHANGELOG.md chore: 0.20.2 release preperations 6 months ago
LICENSE Change license to GPLv3 2 years ago
README.md chore: 0.20.2 release preperations 6 months ago
cliff.toml chore: release preparations 10 months ago
default.nix Add nix dev shell 3 years ago
main.js fix: open links in OS default browser 6 months ago
package.json chore(deps): update dependency electron to v22 (#129) 6 months ago
portInUse.js Have a default port and only switch to a random one if that's taken 3 years ago
renovate.json Configure Renovate (#1) 3 years ago
yarn.lock chore(deps): update dependency electron to v22 (#129) 6 months ago

README.md

Vikunja desktop

Build Status License: GPL v3 Download

The Vikunja frontend all repackaged as an electron app to run as a desktop app!

Dev

As this repo does not contain any code, only a thin wrapper around electron, you will need to do this to get the actual frontend bundle and build the app:

rm -rf frontend vikunja-frontend-master.zip 
wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip
unzip vikunja-frontend-master.zip -d frontend
sed -i 's/\/api\/v1//g' frontend/index.html # Make sure to trigger the "enter the Vikunja url" prompt

Building for release

  1. Run the snippet from above, but with a valid frontend version instead of master
  2. Change the version in package.json (That's the one that will be used by electron-builder`
  3. yarn install
  4. yarn dist --linux --windows

Sponsors

Relm