1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-08-30 18:35:48 +00:00
Commit graph

15 commits

Author SHA1 Message Date
biroder 11d5212f47 Change icon for all platforms 2025-01-10 03:30:09 +02:00
biroder 3ef2f652c3
Fix of the last fix
2024-12-23 11:50:21 +02:00
biroder fc1bfdcc68
Fix Android build on non-Linux platforms
The `cfg(target_os)` for the build script contains the name of the OS on which the build takes place (the OS of the host machine). Because of this, the build of the Android port on Windows is broken, as an attempt to add the Windows resource file fails. Probably the build for Windows on Linux, for Linux on Windows, etc., is also broken.
Therefore, in the build script, we must rely only on the values of the `TARGET` environment variable, which contains the target triple of the platform for which the build is performing. `cfg(target_os)` should only be used to include platform-specific dependencies (e.g. `winres` for Windows).
2024-12-23 11:43:25 +02:00
Alula ef1c2a5930
hotfix time 2023-01-25 18:23:15 +01:00
József Sallai 4fa7069e82 fix 32-bit windows builds 2023-01-22 21:13:19 +02:00
dawnDus ecdc84fba7
Update Sue 2022-03-22 13:49:25 -04:00
Alula d69e158b41
switch to winres crate 2022-03-22 05:26:38 +01:00
Alula fb253b7573
add windows .exe icon 2022-03-22 04:47:02 +01:00
Alula b673d5a33d
fix macOS build 2022-02-28 19:13:27 +01:00
Alula 1c2eaae4d1 macOS fixes 2022-02-25 06:03:05 +01:00
Alula 2cb9335453
Merge branch 'master' of github.com:alula/doukutsu-rs 2021-08-16 19:12:09 +02:00
Alula 6d9ed16668
slight cleanup 2021-08-16 08:51:21 +02:00
Alula 79c54b09c3 macOS tweaks / CI builds 2021-08-13 03:46:41 +02:00
Alula 5efd3f3c92
general cleanup, hooks and android build fix 2021-03-29 23:19:07 +02:00
Alula 319289ca67
new android port 2021-02-24 09:28:47 +01:00