wives icon indicating copy to clipboard operation
wives copied to clipboard

sudo make error

Open ghost opened this issue 2 years ago • 1 comments

powershell curl -o build\installer.exe http://files.jrsoftware.org/is/6/innosetup-6.2.0.exe make: powershell: No such file or directory make: *** [Makefile:6: innoinstall] Error 127


I am on voidlinux

ghost avatar Dec 11 '22 13:12 ghost

There's no build instruction in makefile just some CI build scripts You'll need to install Flutter and have to use flutter build linux to build the app from source

KRTirtho avatar Dec 11 '22 14:12 KRTirtho