aRTy42 / POE-ItemInfo

Item Info Script for Path of Exile
167 stars 225 forks source link

added nodeJS script to create a release archive to attach on github #60

Closed Eruyome closed 7 years ago

Eruyome commented 7 years ago

Made a "little" nodeJS script to create an archive (zip) to attach to github releases.

Running this is easy, simply open a console/terminal in lib/ folder and run npm start.

script

aRTy42 commented 7 years ago

"Published version is higher than the local version"

Nope.

Eruyome commented 7 years ago

Well, it's doing the right things but I made a mistake in my console.log...

aRTy42 commented 7 years ago

The main purpose is to get rid of the two .git... files and the .markdown, correct?

Eruyome commented 7 years ago

Well, more or less, I just liked the idea of having a fancy script to prepare the zip-file to attach to the github releases :p Also, I sometimes forget to change the version number before making a release, that should solve this problem, too. Would be even better to check the version again after downloading the master.zip with the file included there.