mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-25 23:41:29 +01:00
[General] Moved the plugins into sd:/wiiu/plugins
This commit is contained in:
parent
240482eec6
commit
13cc202a2e
@ -39,13 +39,15 @@ script:
|
|||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- mkdir -p "wiiu/apps/wiiupluginloader"
|
- mkdir -p "wiiu/apps/wiiupluginloader"
|
||||||
|
- mkdir -p "wiiu/plugins"
|
||||||
- commit="$(git rev-parse --short=7 HEAD)"
|
- commit="$(git rev-parse --short=7 HEAD)"
|
||||||
- chmod +x gitrev.sh
|
- chmod +x gitrev.sh
|
||||||
- versiontag="$(./gitrev.sh)"
|
- versiontag="$(./gitrev.sh)"
|
||||||
- (cd loader && make)
|
- (cd loader && make)
|
||||||
|
- cp example_plugin/bin/example_plugin.mod wiiu/plugins
|
||||||
- cp loader/meta/* wiiu/apps/wiiupluginloader
|
- cp loader/meta/* wiiu/apps/wiiupluginloader
|
||||||
- cp loader/wiiupluginloader.elf wiiu/apps/wiiupluginloader
|
- cp loader/wiiupluginloader.elf wiiu/apps/wiiupluginloader
|
||||||
- zip -r wiiupluginloader_$versiontag.zip wiiu example_plugin/bin/example_plugin.mod
|
- zip -r WiiUPluginLoader_$versiontag.zip wiiu
|
||||||
- git config --global user.email "builds@travis-ci.com"
|
- git config --global user.email "builds@travis-ci.com"
|
||||||
- git config --global user.name "Travis CI"
|
- git config --global user.name "Travis CI"
|
||||||
- export GIT_TAG=WiiUPluginLoader-$versiontag
|
- export GIT_TAG=WiiUPluginLoader-$versiontag
|
||||||
|
@ -35,7 +35,7 @@ extern "C" int Menu_Main(int argc, char **argv){
|
|||||||
int res = 0;
|
int res = 0;
|
||||||
if((res = mount_sd_fat("sd")) >= 0){
|
if((res = mount_sd_fat("sd")) >= 0){
|
||||||
DEBUG_FUNCTION_LINE("Mounting successful\n");
|
DEBUG_FUNCTION_LINE("Mounting successful\n");
|
||||||
loadAndProcessElf("sd:/example_plugin.mod");
|
loadAndProcessElf("sd:/wiiu/plugins/example_plugin.mod");
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_FUNCTION_LINE("Application is ending now.\n");
|
DEBUG_FUNCTION_LINE("Application is ending now.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user