ba1d07fee1
Merge remote-tracking branch 'upstream/develop' into develop
...
Signed-off-by: sneedium <sneed@sneedmc.org>
2022-09-05 12:45:05 -04:00
Sefa Eyeoglu
c5625d8d32
Merge pull request #847 from EliteTK/switch-to-scdoc
2022-07-11 14:47:44 +02:00
Sefa Eyeoglu
3e4d1c04de
fix: include TLS plugins in bundle
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10 12:19:15 +02:00
Tomasz Kramkowski
20666763f0
Rewrite polymc.6 in scdoc, build, and install it
...
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Tomasz Kramkowski <tomasz@kramkow.ski>
2022-07-09 23:25:09 +01:00
Sefa Eyeoglu
efb1f4abf2
Merge pull request #797 from kthchew/fix/update-shortcut
2022-06-21 11:29:15 +02:00
Sefa Eyeoglu
036a826b3a
Merge pull request #788 from kthchew/fix/win-install-version
2022-06-21 11:29:06 +02:00
Kenneth Chew
251942323e
Deselect desktop shortcut by default
...
Follows the guidelines at https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-desktop
2022-06-15 00:46:34 -04:00
Kenneth Chew
8e3efec40f
Unselect shortcut installation by default if PolyMC is already installed
...
This is the same behavior as the `/NoShortcuts` switch.
2022-06-15 00:41:52 -04:00
2a1dcd6a38
fix conflicts
...
Signed-off-by: sneedium <sneed@sneedmc.org>
2022-06-14 22:36:08 -04:00
984e5b3b19
Merge remote-tracking branch 'upstream/develop' into develop
...
Signed-off-by: sneedium <sneed@sneedmc.org>
2022-06-14 21:29:00 -04:00
Kenneth Chew
9f039cef72
Set correct installer properties and uninstall registry keys
2022-06-12 14:21:56 -04:00
Sefa Eyeoglu
2212a6e40f
Merge pull request #679 from kthchew/fix/win-install-version
2022-06-12 18:12:42 +02:00
Sefa Eyeoglu
278219b1d8
fix(installer): use Windows version number format
2022-06-12 16:24:05 +02:00
Sefa Eyeoglu
2ce4ce9064
fix(installer): add version info to installer
2022-06-12 14:52:54 +02:00
jn64
ca21b31696
Add "mc" keyword to desktop file
...
Certain launchers (e.g. GNOME) only search from word boundaries, so typing "mc" doesn't currently match to "PolyMC".
2022-06-03 09:58:57 +08:00
Kenneth Chew
065e38c6aa
Move Windows installer configure to program_info
2022-05-30 12:56:29 -04:00
Kenneth Chew
8731c86d0d
Use CMake for Windows installer branding
...
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry.
2022-05-29 19:50:44 -04:00
Sefa Eyeoglu
b07c5982e1
fix: set version for Windows binaries
2022-05-29 13:09:13 +02:00
DioEgizio
577f17c916
remove vista support from the manifest
...
we don't support qt <5.12 anymore anyways
2022-05-29 09:45:20 +02:00
timoreo22
53e0d13142
Merge pull request #625 from ryanccn/light-macos-icon
...
Use light background macOS icon
2022-05-28 15:36:26 +02:00
timoreo22
f19e27e875
Merge pull request #629 from kthchew/feature/desktop-shortcut
...
Add desktop shortcut to Windows installer
2022-05-28 15:36:12 +02:00
Ryan Cao
f541ea659c
better new icon
2022-05-26 18:16:32 +08:00
byquanton
67c5aa0be9
Update org.polymc.PolyMC.metainfo.xml.in
...
Should fix Flatpak/Flathub build
2022-05-24 17:44:23 +02:00
Kenneth Chew
997bf91442
Add desktop shortcut to Windows installer
2022-05-23 14:15:49 -04:00
Ryan Cao
c3e6b1aa8a
use light bigsur icon
2022-05-23 18:40:46 +08:00
Kenneth Chew
3cab0e69f1
Fix default install location
2022-05-20 17:23:11 -04:00
Kenneth Chew
1ec7878c07
Add /NoShortcuts
parameter for Windows installer
2022-05-20 17:22:30 -04:00
Kenneth Chew
cdd83c279c
Remove portable option in Windows installer
2022-05-20 17:12:08 -04:00
Kenneth Chew
12cadf3af0
Add /NoUninstaller
parameter for Windows installer
2022-05-20 17:09:42 -04:00
Kenneth Chew
85ec9d95a4
Support installer languages other than English
2022-05-16 19:28:04 -04:00
Kenneth Chew
2993318d19
Remove admin requirement (no multi-user install option)
2022-05-16 15:29:37 -04:00
Kenneth Chew
2b52cf01f5
Build Windows installer
2022-05-16 15:23:32 -04:00
Kenneth Chew
7f305aad1b
Add Allow DYLD Environment Variables Entitlement to macOS build
...
This allows the Steam overlay to be injected into Minecraft.
2022-05-15 16:34:53 -04:00
Kenneth Chew
80908efdcb
Fix indentation of macOS resources
2022-05-15 16:33:52 -04:00
Ryan Cao
e909cc363d
add big sur-style icon
2022-05-05 08:10:36 +08:00
Kenneth Chew
9462dd3ddc
Improve security by enabling hardened runtime for macOS
...
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail.
2022-04-19 11:36:03 -04:00
Sefa Eyeoglu
90d4acd1a1
refactor: combine portable and system builds
...
Portable builds now have the same layout as system builds. If you want
to build a portable bundle, you now need to additionally install the
`portable` component.
For example:
$ cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install ...
$ cmake --build build
$ cmake --install build
$ cmake --install build --component portable
2022-04-16 18:13:09 +02:00
Sefa Eyeoglu
fa2b3bcc63
feat: install manpage
2022-04-10 23:01:00 +02:00
Ezekiel Smith
131a04653f
Update License
2022-04-02 07:52:07 +10:00
Sefa Eyeoglu
199740cc61
fix(metainfo): clarify GPL-3.0-only
2022-03-14 18:44:02 +01:00
Sefa Eyeoglu
f1c21a912a
fix: simplify header SVG using SVGO
2022-03-13 14:22:31 +01:00
Sefa Eyeoglu
84a142096f
chore: switch logo font to Josefin Sans
2022-03-13 14:22:18 +01:00
Sefa Eyeoglu
641a96e4a9
fix(metainfo): update URLs
2022-03-12 18:17:25 +01:00
5414b5e1ad
The ultimate sneed cube (fr this time)
2022-02-20 21:26:44 -05:00
5da9f14c56
The ultimate sneed cube
2022-02-20 21:15:55 -05:00
c757785829
sneed cube... but AWESOME!
2022-02-20 18:34:28 -05:00
2eed1cf70c
better sneed cube
2022-02-20 18:04:31 -05:00
572df871ca
sneed cube
2022-02-19 23:16:41 -05:00
b507c69d09
Fully remove updater.
2022-02-19 21:55:58 -05:00
29e55a8802
rebrand to sneedful
2022-02-19 20:57:30 -05:00