Homebrew [RELEASE] MultiUpdater: Simple updater for various files and application

  • Thread starter Thread starter LiquidFenrir
  • Start date Start date
  • Views Views 15,076
  • Replies Replies 23
  • Likes Likes 15
@LiquidFenrir Hello, is the development of this app stoped?
I wanted to use it to download nds-bootstrap nightly builds (from here https://github.com/Robz8/DSiMenuPlusPlus-update ) but the files MultiUpdater downloads are 10 times smaller then they should be.
Could you help with this issue?

Code I use:
Code:
{
"name": "nds-bootstrap sdk1-4 (latest nightly)",
"url": "https://github.com/Robz8/DSiMenuPlusPlus-update/blob/master/nightly-bootstrap.nds",
"path": "/_nds/nightly-bootstrap.nds"
},
{
"name": "nds-bootstrap sdk5 (latest nightly)",
"url": "https://github.com/Robz8/DSiMenuPlusPlus-update/blob/master/nightly-bootstrap-sdk5.nds",
"path": "/_nds/nightly-bootstrap-sdk5.nds"
},
{
"name": "nds-bootstrap sdk1-4 (latest release)",
"url": "https://github.com/Robz8/DSiMenuPlusPlus-update/blob/master/release-bootstrap.nds",
"path": "/_nds/nightly-bootstrap.nds"
},
{
"name": "nds-bootstrap sdk5 (latest release)",
"url": "https://github.com/Robz8/DSiMenuPlusPlus-update/blob/master/release-bootstrap-sdk5.nds",
"path": "/_nds/nightly-bootstrap-sdk5.nds"
}
 
  • Like
Reactions: w0nd3rb0yfx
I wouldn't say development is stopped, because anyone can pick it up and continue, but yeah I'm not working on it anymore for now.

And the reason why the files are so small is because you're telling it to download the page on github, instead of the file directly. for that, you can use the raw url, or just add "?raw=true" at the end of each url.

For example,
"https://github.com/Robz8/DSiMenuPlusPlus-update/blob/master/nightly-bootstrap.nds?raw=true"
 
I wouldn't say development is stopped, because anyone can pick it up and continue, but yeah I'm not working on it anymore for now.
And the reason why the files are so small is because you're telling it to download the page on github, instead of the file directly. for that, you can use the raw url, or just add "?raw=true" at the end of each url.
For example,
"https://github.com/Robz8/DSiMenuPlusPlus-update/blob/master/nightly-bootstrap.nds?raw=true"

Thank you, it helped :yay:
Is there a detailed list of commands somewhere? Now I am curious if getting multiply files from one archive was implemented (like in the 3rd example in this post https://gbatemp.net/threads/release...us-files-and-application.475662/#post-7638104 )?
 

Site & Scene News

Popular threads in this forum