You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,24 @@ This project is continuation of [Visual SAI Studio](https://github.com/BandyscLe
12
12
13
13
# Download latest version
14
14
15
+
Application has built in auto updater, so you do not have to redownload here to upgrade the app.
16
+
15
17
## Windows only version
16
18
**On Windows the application requires [.NET 5 Desktop Runtime x64](https://dotnet.microsoft.com/download/dotnet/5.0)**. Ensure you have `.NET Desktop Runtime 5.x` installed (`.NET 5` is NOT enough)
17
19
18
-
Every commit is built by AppVeyor, here are the latest **Windows only binaries**: [WoWDatabaseEditorWindows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditor.zip?branch=master)
20
+
Every commit is built by AppVeyor, here are the latest **Windows only binaries**: [WoWDatabaseEditorWindows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorWindowsWPF.zip?branch=master)
19
21
20
22
## Mac OS / Linux / Windows version
21
23
**To run the cross platform version, you need [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/5.0) for your OS**.
22
24
23
25
WoW Database Editor is also shipped with experimental cross platform version. That version is compatibile with both MacOS, Linux and Windows (this Windows version IS different to version above).
24
26
25
-
Every commit is built by AppVeyor, here are the latest **cross-platform binaries**: [WoWDatabaseEditorCrossPlatform.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorAvalonia.zip?branch=master)
27
+
Every commit is built by AppVeyor, here are the latest **cross-platform binaries**:
28
+
*[WoWDatabaseEditor for Windows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorWindows.zip?branch=master)
29
+
*[WoWDatabaseEditor for Linux.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorLinux.zip?branch=master)
30
+
*[WoWDatabaseEditor for MacOS.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorMacOs.zip?branch=master)
26
31
32
+
This version probably will become the only option in the future, so I will appreciate any bug reports in it.
27
33
28
34
# I want to contribute!
29
35
That's a fantastic news! There is still a lot to do in the IDE, if you do not know what you can do, check out [opened issues, especially those marked as "help wanted"](https://github.com/BAndysc/WoWDatabaseEditor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
0 commit comments