Skip to content

Commit 50d6607

Browse files
committed
Use an addon index for 0.7 versions [ci skip]
1 parent 44edb65 commit 50d6607

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
@@ -135,7 +135,7 @@ AddonManager::AddonManager(const std::string& addon_directory,
135135
std::vector<Config::Addon>& addon_config) :
136136
m_downloader(),
137137
m_addon_directory(addon_directory),
138-
m_repository_url("https://raw.githubusercontent.com/SuperTux/addons/master/index-0_6.nfo"),
138+
m_repository_url("https://raw.githubusercontent.com/SuperTux/addons/master/index-0_7.nfo"),
139139
m_addon_config(addon_config),
140140
m_installed_addons(),
141141
m_repository_addons(),

0 commit comments

Comments
 (0)