Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

❗️ Install (requires all dependencies listed on main README):

Linux:

sudo make install

❗️ Building from scratch:

Linux, Windows and MacOS

  1. Move to desktop/ directory

  2. Install 'wails' if you don't have it installed yet:

$ go install github.com/wailsapp/wails/v2/cmd/wails@latest
  1. Building to your system
$ wails build
  1. All builds are storaged on build/bin/ directory, find your executable and simply run as any other program.