We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stable-3.2
1 parent 7efa875 commit 5701e66Copy full SHA for 5701e66
update_from_upstream.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-git fetch https://gitlab.com/es-de/emulationstation-de/ "3.1.1" # Fetch the latest changes from the remote master branch
+git fetch https://gitlab.com/es-de/emulationstation-de/ "stable-3.2" # Fetch the latest changes from the remote master branch
4
git merge FETCH_HEAD # Merge the fetched changes into your current branch
5
echo -e "PLEASE CHECK IF ANYTHING IS CHANGED IN:\n-resources/systems/linux/es_find_rules.xml\n-resources/systems/linux/es_systems.xml"
0 commit comments