[#2589] added .exe fallback to the selfupdate cmd and replaced path with filepath

This commit is contained in:
Gani Georgiev
2023-05-28 21:57:12 +03:00
parent e3876c0e13
commit 9a1354ae62
2 changed files with 18 additions and 6 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.16.4-WIP
- Fixed the selfupdate command not working on Windows due to missing `.exe` in the extracted binary path ([#2589](https://github.com/pocketbase/pocketbase/discussions/2589)).
## v0.16.3
- Fixed schema fields sort not working on Safari/Gnome Web ([#2567](https://github.com/pocketbase/pocketbase/issues/2567)).