Organizational Microsoft Product Activator, to be used with bought, purchased, verified and official Microsoft software only, do NOT use for piracy.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
univator/Makefile

11 lines
263 B

all: linux windows
linux:
node ./node_modules/electron-builder/cli.js build --linux appImage
windows:
node ./node_modules/electron-builder/cli.js build --win portable
stylesheet:
npx tailwindcss --input webPage/css/source.css --output webPage/css/dist.css