Tiqur / TradingviewPlus

Adds various features and quality of life improvements to TradingView™
MIT License
4 stars 2 forks source link

Build.sh not supported on Windows #66

Open xoTEMPESTox opened 10 months ago

xoTEMPESTox commented 10 months ago

zip -x "*.map" -x "*.scss" -r $OUTPUT_FILE_NAME *

zip is not a default command for windows

we can change it to node zip function so it works on all OS

Tiqur commented 10 months ago

If we ported build.sh to a node program, we could use adm-zip and support all platforms. ( Created #67 )