Skip to content

Commit 69e6877

Browse files
committed
Use an addon index for 0.7 versions [ci skip]
1 parent d07d321 commit 69e6877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/addon_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ AddonManager::AddonManager(const std::string& addon_directory,
143143
m_downloader(),
144144
m_addon_directory(addon_directory),
145145
m_cache_directory(FileSystem::join(addon_directory, "cache")),
146-
m_repository_url("https://raw.githubusercontent.com/SuperTux/addons/master/index-0_6.nfo"),
146+
m_repository_url("https://raw.githubusercontent.com/SuperTux/addons/master/index-0_7.nfo"),
147147
m_addon_config(addon_config),
148148
m_installed_addons(),
149149
m_repository_addons(),

0 commit comments

Comments
 (0)