Skip to content

Shadow Editor v0.5.4

Compare
Choose a tag to compare
@tengge1 tengge1 released this 27 Jun 08:44
· 521 commits to master since this release
  • Release Date: June 27, 2020
  • Update Logs:
  1. Create desktop app with Electron.

Windows Desktop: https://github.com/tengge1/ShadowEditor/releases/download/v0.5.4/ShadowEditor-win32-x64.zip

Ubuntu Desktop: https://github.com/tengge1/ShadowEditor/releases/download/v0.5.4/ShadowEditor-linux-x64.zip

Note: Windows requires Visual C++ Redistributable for Visual Studio 2015. You can install from: https://www.microsoft.com/en-us/download/details.aspx?id=48145

  1. Using command line to install and start ShadowEditor service on Windows.

.\ShadowEditor install: install service on Windows.
.\ShadowEditor remove: remove service on Windows.
.\ShadowEditor start: start service on Windows.
.\ShadowEditor stop: stop service on Windows.

You can also manage this service in the Windows Services Manager.

  1. Use nodejs to rewrite the scripts, and you can now use npm to manage this project.