Commit Graph

167 Commits

Author SHA1 Message Date
Ian Burgwin
3a5f554b58 gui: add full path when adding folder (close #23) 2020-07-12 21:12:59 -07:00
Ian Burgwin
ba5c5f19a7 Merge remote-tracking branch 'origin/module-new-gui' into module-new-gui 2020-07-12 21:08:15 -07:00
Ian Burgwin
c344ce3e7b allow changing cifinish output path 2020-07-12 21:07:51 -07:00
Ian Burgwin
13f706a0dc update to pyctr 0.4.1, catch exceptions when creating CIAReader 2020-07-12 21:07:26 -07:00
Ian Burgwin
3c99c7a9d9 Merge pull request #24 from uaevuon/module-new-gui
Change the order and the link in readme
2020-06-30 15:14:59 -07:00
uaevuon
238b7400e0 Change the order and link 2020-06-30 00:17:41 +09:00
Ian Burgwin
2319819bfa README: add notice about "Add Python 3.x to PATH" 2020-06-29 06:02:50 -07:00
Ian Burgwin
cb52b38ea7 custominstall: only makedirs if --skip-contents is not used, add exist_ok=True for DLC directories 2020-06-24 19:44:19 -07:00
Ian Burgwin
3dcee32145 Merge remote-tracking branch 'origin/module-new-gui' into module-new-gui 2020-06-24 19:41:59 -07:00
Ian Burgwin
647f21d32b Merge pull request #22 from LyfeOnEdge/patch-2
Clean up comments
2020-06-20 19:36:57 -07:00
Andrew (LyfeOnEdge) (ArcticGentoo)
58237a0ebe Clean up comments 2020-06-18 20:56:45 -07:00
Ian Burgwin
9f69a2195c Merge pull request #20 from JustSch/module-new-gui
added seeddb option to gui
2020-06-05 17:11:52 -07:00
Justin Schreiber
91e0fa24ad added seeddb option to gui 2020-05-27 19:34:11 -04:00
Ian Burgwin
b3365c47bd custominstall: don't extract or rebuild title.db if no titles were installed 2020-05-25 19:26:02 -07:00
Ian Burgwin
a515ca7e61 finalize: fix using pointers incorrectly, meaning only one title would work finalize-1.4 2020-05-23 11:02:25 -07:00
Ian Burgwin
167a80ff11 gui: use list for args instead of creating a string 2020-05-22 02:43:11 -07:00
Ian Burgwin
272cc544cd finalize: support all 3 versions of cifinish finalize-1.3 2020-05-22 01:49:49 -07:00
Ian Burgwin
443498d706 finalize: update for libctru changes 2020-05-18 04:56:53 -07:00
Ian Burgwin
17404231d3 custominstall: support --seeddb argument (close #6), test id0 folders as a hexstring 2020-04-02 10:41:57 -07:00
Ian Burgwin
393fd03da1 update copyright notice 2020-04-02 10:39:48 -07:00
Ian Burgwin
26c21137ec requirements: allow any version of pycryptodomex above or equal to 3.9.4 2020-04-02 10:27:01 -07:00
Ian Burgwin
9c1709922a gui: reformat, add license information, use correct script name 2020-04-02 09:58:31 -07:00
Ian Burgwin
43ae023000 README: updates
* Use the original repository for the releases badge.
* Update text to not use second-person.
* Move GUI credits to License/Credits section.
2020-04-02 04:55:40 -07:00
Ian Burgwin
e7c6ff7344 Merge branch 'LyfeOnEdge-master' into module-new-gui 2020-03-31 05:51:07 -07:00
Ian Burgwin
5c41f03784 Merge branch 'master' of https://github.com/LyfeOnEdge/custom-install into LyfeOnEdge-master 2020-03-31 05:50:35 -07:00
Ian Burgwin
4693935d87 remove old gui 2020-03-31 05:49:34 -07:00
Andrew (LyfeOnEdge) (ArcticGentoo)
11cbbcdf1e Update README.md 2020-03-26 19:15:09 -07:00
Andrew (LyfeOnEdge) (ArcticGentoo)
8f4b3d1134 Update README.md 2020-03-26 19:14:21 -07:00
Andrew (LyfeOnEdge) (ArcticGentoo)
d5a4cbd8f8 Update README.md 2020-03-26 19:14:08 -07:00
Andrew (LyfeOnEdge) (ArcticGentoo)
625f1f9db5 Update README.md 2020-03-26 19:13:58 -07:00
Andrew (LyfeOnEdge) (ArcticGentoo)
61b27f33ed Update README.md 2020-03-26 19:13:11 -07:00
LyfeOnEdge
13d0cbd796 Update main.png 2020-03-26 18:43:37 -07:00
LyfeOnEdge
14e5692cac update color scheme and fix some elements' coloration 2020-03-26 18:16:40 -07:00
LyfeOnEdge
b799e3af1a add style.py and tooltips 2020-03-26 17:56:06 -07:00
LyfeOnEdge
e8787a2d9a Update README.md 2020-03-25 19:41:08 -07:00
LyfeOnEdge
a08654160a Update README.md 2020-03-25 19:40:43 -07:00
LyfeOnEdge
6922c0d209 Update README.md 2020-03-25 19:40:09 -07:00
LyfeOnEdge
29e17bec6d Update README.md 2020-03-25 19:35:22 -07:00
LyfeOnEdge
8ee248c793 Update README.md 2020-03-25 19:35:02 -07:00
LyfeOnEdge
12d59cad5d Update README.md 2020-03-25 19:23:20 -07:00
LyfeOnEdge
ff196a667d Update README.md 2020-03-25 19:22:33 -07:00
LyfeOnEdge
f21b63f9dd document gui 2020-03-25 19:21:22 -07:00
LyfeOnEdge
c0e1d45054 Add gui.py 2020-03-25 19:01:55 -07:00
Ian Burgwin
fe7d62fbda remove pyctr copy, add to requirements.txt 2020-02-09 02:28:51 -08:00
Ian Burgwin
0195ea75d4 README: remove mention of --seeddb
This option does not actually exist on this branch. It will be in module-rewrite eventually.
2020-02-01 21:58:41 -08:00
Ian Burgwin
100411266d requirements: update pycryptodomex 2020-01-26 17:19:01 -08:00
Ian Burgwin
08359130e2 gui-custominstall: add unused end argument to log_handle 2020-01-24 06:01:47 -08:00
Ian Burgwin
2f0fc5d177 finalize/source/main.c: unlink cifinish.bin after reading entries 2020-01-24 05:44:25 -08:00
Ian Burgwin
9955699045 custominstall: update cifinish.bin in-place 2020-01-24 05:43:25 -08:00
Ian Burgwin
e6bed5b77b finalize/source/main.c: bump REQUIRED_VERSION and application version 2020-01-24 04:43:58 -08:00