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

14 lines
284 B

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