RicoSuter / VisualJsonEditor

A JSON schema based file editor for Windows.
http://visualjsoneditor.org
MIT License
349 stars 87 forks source link

portable version? #18

Open andzi opened 7 years ago

andzi commented 7 years ago

is it possible to find portable version (no install)?

RicoSuter commented 7 years ago

See https://ci.appveyor.com/project/rsuter/visualjsoneditor/build/artifacts (ZIP file)

andzi commented 7 years ago

thanks a lot, would be nice to put on portableapps.com

Indigo744 commented 5 years ago

The main issue with build artifacts is that they will be automatically deleted in 6 months, as stated on the AppVeyor page: image

Hence if you don't make any commit in 6 months, the file will no longer be available. So this is more like a temporary workaround than a proper solution.

The best would be to publish on GitHub a release with the MSI installer and the standalone EXE file. The GitHub release page is lacking the latest release (no update since 2015?): https://github.com/RicoSuter/VisualJsonEditor/releases It makes it hard to keep track of new version available.