From fa5a5bf865e86f02257f3b1bec84ba74e71319b1 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Tue, 6 Sep 2016 00:43:25 +0100 Subject: CLOUD: Move wwwroot archive to dists and script to devtools Both the data used to generate the archive and the archive itself were moved to dists/ instead of being in backends/. The script was also improved to optionally take a path as a command line argument to indicate where the wwwroot data are instead of assuming they are in the working directory. Finally a 'wwwroot' make target was also added to invoke the python script and generate the archive. with the expected path to --- dists/scummvm.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dists/scummvm.rc') diff --git a/dists/scummvm.rc b/dists/scummvm.rc index d52d97dd2d..023e7a0965 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -20,7 +20,7 @@ scummmodern.zip FILE "gui/themes/scummmodern.zip" translations.dat FILE "gui/themes/translations.dat" #endif #ifdef USE_SDL_NET -wwwroot.zip FILE "backends/networking/wwwroot.zip" +wwwroot.zip FILE "dists/networking/wwwroot.zip" #endif #if ENABLE_ACCESS == STATIC_PLUGIN -- cgit v1.2.3