actually promote my own work so people dont think what I host is dead
This commit is contained in:
parent
574b11b535
commit
70e978cb54
23
LICENSE
23
LICENSE
@ -1,5 +1,28 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Lucy "noirscape" V.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
--
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 atlas44
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@ -60,11 +60,6 @@ def extract_specific_file_from_zip(zip_file, bin_name) -> io.BytesIO:
|
||||
filedata.seek(0)
|
||||
return filedata
|
||||
|
||||
def fetch_hekate_zip(api_url) -> io.BytesIO:
|
||||
r = requests.get(api_url)
|
||||
jdata = r.json()
|
||||
return download_file_to_bytes_io([d for d in jdata["assets"] if d["name"].startswith("hekate_ctcaer")][0]["browser_download_url"])
|
||||
|
||||
def fetch_github_repo_file(api_url, filename) -> io.BytesIO:
|
||||
r = requests.get(api_url)
|
||||
jdata = r.json()
|
||||
|
@ -10,11 +10,14 @@
|
||||
<h1>Web Fusée Launcher</h1>
|
||||
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
|
||||
<p>
|
||||
Source can be found on <a href="https://github.com/atlas44/web-fusee-launcher">GitHub</a> (or by hitting view source, there is no backend!).
|
||||
Ported from <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.
|
||||
Source can be found on <a href="https://gitlab.noirscape.dev/techpriest/web-fusee-launcher">my Gitlab instance</a> (you can find a mirror on <a href="https://github.com/noirscape/web-fusee-launcher">GitHub</a>).<br>
|
||||
Code forked from <a href="https://github.com/atlas44/web-fusee-launcher">atlas44 on GitHub</a h>.<br>
|
||||
Ported from <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.<br>
|
||||
Thanks to ktemkin and ReSwitched for Fusée Gelée and a ton of other things!
|
||||
</p>
|
||||
|
||||
<p>This fork simply adds all the payloads used in the <a href="https://switchgui.de">Switch Guide</a>.</p>
|
||||
|
||||
<p>
|
||||
<h4>Instructions:</h4>
|
||||
<ol>
|
||||
|
Loading…
Reference in New Issue
Block a user