Skip to content

Commit

Permalink
Tilem: download rom from ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
timower committed May 31, 2024
1 parent 48efab4 commit 023821e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/tilem/Dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ void
DownloadDialog::State::init(AppContext& ctx, const BuildContext& buildCtx) {
startTimer = ctx.addTimer(std::chrono::seconds(0), [&] {
constexpr auto url =
"http://web.archive.org/web/20240409191813id_/http://tiroms.weebly.com/"
"uploads/1/1/0/5/110560031/ti84plus.rom";
"http://ipfs.io/ipfs/QmSNmqjQ1Ao4jff9pXbzv98ebuCzKf2ZuyEpSGL31D8z44";
auto cmd = "wget -O '" + getWidget().romPath + "' " + url;

std::cout << cmd << "\n";
Expand Down

0 comments on commit 023821e

Please sign in to comment.