871d647c93
Use local metadata
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-04-06 19:18:36 +01:00
e42050cc8a
Skip lookup if no files and fail if zipping fails
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-28 14:22:28 +01:00
46f448dfba
Improve invokeMethod syntax
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-19 21:26:25 +00:00
710156b9f1
Replace native file separator - this was accidentally brought to my attention on Modrinth's guild
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-19 21:25:12 +00:00
ec8cb056bf
QRegExp -> QRegularExpression :P
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-19 11:49:24 +00:00
1893871a99
Merge branch 'PrismLauncher:develop' into mrpack-export
2023-03-18 14:02:05 +00:00
8837f06e4e
Only add summary if not empty
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-18 14:01:41 +00:00
5346dfc782
Use first line of notes for summary
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-18 12:57:44 +00:00
ddca838e46
Info and error dialogs
...
TODO: is there a better approach?
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-18 12:24:18 +00:00
45b0367d14
Merge pull request #931 from Janrupf/feature/custom-downloads-dir
2023-03-14 13:53:51 +01:00
dce86edff0
Merge pull request #934 from heftymouse/develop
2023-03-14 13:52:44 +01:00
84e91ec3b5
Merge pull request #888 from Scrumplex/nix-stuff
2023-03-14 13:52:31 +01:00
05b6969ee5
fix: add mnemonic to downloads directory setting
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 13:35:16 +01:00
af949f5cdd
Add visual studio files to gitignore
...
Signed-off-by: Nikhil B <59918974+heftymouse@users.noreply.github.com >
2023-03-14 16:52:06 +05:30
7707af08e3
chore(nix): update sources
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 11:19:23 +01:00
5db4fabcad
chore(nix): add deadnix
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:59:43 +01:00
cfca82ceb3
chore(nix)!: use overlays.default
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:58:41 +01:00
a1130dace0
chore: format markdown files
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:54:50 +01:00
95a0bd61a9
feat(nix): add pre-commit-hooks.nix
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:53:51 +01:00
b324778be7
feat(nix): add devShell
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:51:47 +01:00
950f921c09
refactor(nix): use flake-utils
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:50:07 +01:00
9dff1bac83
chore(nix): format code using alejandra
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-14 10:48:19 +01:00
c17f6e37e5
feat: Add setting for downloads directory
...
Closes #641
Signed-off-by: Janrupf <business.janrupf@gmail.com >
2023-03-13 21:58:22 +01:00
e0e26a37b5
Merge pull request #927 from kthchew/fix/mingw-build
2023-03-13 21:24:48 +01:00
15a0c03664
Merge pull request #928 from PrismLauncher/renovate/actions-cache-3.x
...
chore(deps): update actions/cache action to v3.3.1
2023-03-13 18:14:35 +01:00
7642e75b28
Merge pull request #929 from Scrumplex/drop-snap
2023-03-13 22:37:16 +05:30
4b36d1e3ea
chore: drop Snap packaging
...
We do not have a lot of expertise dealing with Snap and as it is
currently breaking our CI, it might be good to drop support for it.
This does not mean that it won't come back in the future, but as it
stands, it was effectively unmaintained and was only used for nightly
builds anyway.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-13 15:33:23 +01:00
20525bec29
chore(deps): update actions/cache action to v3.3.1
2023-03-13 10:50:27 +00:00
430369feb8
fix: explicit conversion to C string to fix MinGW g++ 10 build
...
Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com >
2023-03-12 18:33:48 -04:00
5ac3e5c958
Update tomlplusplus
library
...
Fix build on MinGW g++ 10
Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com >
2023-03-12 18:33:48 -04:00
abc2a529fb
Merge pull request #919 from PrismLauncher/renovate/actions-cache-3.x
2023-03-09 20:54:31 +05:30
c638fd9056
chore(deps): update actions/cache action to v3.3.0
2023-03-09 14:41:24 +00:00
1dd96898e1
Merge pull request #896 from TheKodeToad/modrinth-token
2023-03-09 15:10:40 +01:00
2cc9b0df06
Only select some paths by default - again!
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-08 18:10:52 +00:00
3bd4ad7c93
Merge pull request #918 from Scrumplex/qt6-default
2023-03-08 21:18:53 +05:30
a8ffdeca2b
chore!: switch to Qt 6 by default
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-08 11:22:30 +01:00
59b15c5f08
Fix another duplicate name 🤦
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-07 21:03:09 +00:00
59cf8f678f
(hopefully) Fix duplicates names
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-07 20:50:19 +00:00
088be050b2
Apply flowln's suggestion :)
...
Co-authored-by: flow <flowlnlnln@gmail.com >
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-07 20:46:27 +00:00
5d5fcae501
Further reduce buggy behaviour
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-06 17:24:04 +00:00
970ec8187c
More refactoring
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-05 18:25:57 +00:00
76f66148db
Apply flowln's suggestion
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2023-03-05 18:21:24 +00:00
6bdd6ce571
Merge pull request #912 from Scrumplex/bump-ghc-filesystem
...
Bump ghc-filesystem
2023-03-05 17:25:38 +01:00
dd96e1819d
fix: remove unneeded alias for ghc_filesystem
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-05 14:24:40 +01:00
07702d3be7
fix: drop unneeded GHC_FILESYSTEM_WITH_INSTALL
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-05 14:23:40 +01:00
b9dfcf6d2f
chore: bump ghc-filesystem
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2023-03-05 14:21:07 +01:00
f3f0652d2b
Merge pull request #853 from kumquat-ir/nil
...
NilLoader mod metadata support
2023-03-05 13:39:00 +01:00
aae60334d1
Merge pull request #911 from flowln/fix_zip_extract_windows
2023-03-05 13:09:25 +01:00
b38af948b9
Merge pull request #857 from Ryex/fix_windows_default_apps
2023-03-05 13:09:11 +01:00
06de728aa7
fix: use toLocalFile()
instead of path()
...
QUrl::path() adds a '/' at the beginning of the path on Windows, causing
the world to explode every once in a while.
Signed-off-by: flow <flowlnlnln@gmail.com >
2023-03-05 08:24:56 -03:00