-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24b58f4
commit 825f78a
Showing
9 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
app/LibreShop_v*.zip | ||
build/ | ||
libreshop_client2.* |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
cd "$(dirname "$0")"/.. | ||
make clean | ||
make | ||
cd app | ||
rm -rfv dist LibreShop\ v* | ||
mkdir -v dist | ||
mkdir -pv dist/libreshop | ||
|
||
cp -v ../libreshop_client2.dol dist/libreshop/boot.dol | ||
cp -v ../data/default_config.json dist/libreshop/config.json | ||
cp -v ./meta.xml dist/libreshop/meta.xml | ||
cp -v ./icon.png dist/libreshop/icon.png | ||
|
||
cd dist | ||
zip -r "../LibreShop_v$(grep VERSION ../../source/config.h | sed "s/#define VERSION \"//; s/\"//").zip" . | ||
cd .. | ||
rm -rfv dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<app version="1"> | ||
<name>LibreShop</name> | ||
<version>0.1</version> | ||
<release_date></release_date> | ||
<coder>LibreShop contributors</coder> | ||
<short_description>Download homebrew apps</short_description> | ||
<long_description>LibreShop is an app that lets you download Homebrew apps onto your Wii. | ||
</long_description> | ||
</app> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Hi... The settings aren't implemented yet. Please come back later. (When the software updates, preferably.) In the meantime, if you need to change repositories, please modify the config.json file in the /apps/libreshop directory. | ||
Hi... The settings aren't implemented yet. Please come back later. (When the software updates, preferably.) In the meantime, if you need to change repositories, please modify the config.json file in the /apps/libreshop directory. And, if you find any bugs / unintended behaviour, please report it in our Discord server. (discord.gg/MaSFgbqynK) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters