diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml
index 91f197f7..a12b8704 100644
--- a/appcast_snapshot.xml
+++ b/appcast_snapshot.xml
@@ -7,26 +7,27 @@
Most recent changes with links to updates for VimR.
en
-
- SNAPSHOT-357
+ SNAPSHOT-20201117.194226
WARNING This version may be very instable!
Since v0.34.0-355
-- Neovim 0.5-dev (neovim/neovim@94b7ff730a1914c14f347f5dc75175dc34a4b3f5)
+- Universal binary! (However, only very briefly tested on a DTK)
+- Neovim 0.5-dev (neovim/neovim@0798ad3a3a071db1b647df5aecd7698ed9aff7d9)
- GH-804: Configurable cursor shapes and color: Thank you @cypheon!
- Do not hard-code
${LANG}
environment variable to en_US.UTF-8
.
]]>
- https://github.com/qvacua/vimr/releases/tag/snapshot/357
+ https://github.com/qvacua/vimr/releases/tag/snapshot/20201117.194226
- 2020-08-12T20:49:01.914782
- 10.12.0
- 2020-11-17T20:00:53.954876
+ 10.13.0
+
diff --git a/bin/set_appcast.py b/bin/set_appcast.py
index 7cbe4a94..af98eb0d 100755
--- a/bin/set_appcast.py
+++ b/bin/set_appcast.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python3
+#!/usr/bin/env python3
# pip3 install requests
# pip3 install Markdown