diff --git a/.travis.yml b/.travis.yml index b4e70d1..73157b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,6 @@ install: script: - make - (cd loader && make) -- (cd example_plugin && make) - (cd plugins && make) before_deploy: @@ -64,7 +63,6 @@ before_deploy: - chmod +x gitrev.sh - versiontag="$(./gitrev.sh)" - (cd loader && make) -- cp example_plugin/example_plugin.mod wiiu/plugins - find plugins -type f -name "*.mod" | xargs -i cp {} wiiu/plugins - cp loader/meta/* wiiu/apps/wiiupluginloader - cp loader/wiiupluginloader.elf wiiu/apps/wiiupluginloader diff --git a/example_plugin/Makefile b/plugins/example_plugin/Makefile similarity index 100% rename from example_plugin/Makefile rename to plugins/example_plugin/Makefile diff --git a/example_plugin/src/main.cpp b/plugins/example_plugin/src/main.cpp similarity index 100% rename from example_plugin/src/main.cpp rename to plugins/example_plugin/src/main.cpp