Commit graph

69 commits

Author SHA1 Message Date
Nicolas Noble
f51ce2ca43
Shortening mips script installation command. 2023-02-06 16:39:13 -08:00
Thankful Machine
8f0f41291d Improve mac app layout
When downloading an app or disk image from the Web, files get the
`com.apple.quarantine` attribute which signals to the OS that the app may be
unsafe. The user can still let the app to run from Finder, which removes the
attribute and allows future runs to proceed without a prompt.

However, if an app is irregular, the user can't approve it normally and it may
get labeled as "damaged". The workaround is to remove the attribute with
something like `xattr` in the terminal but that isn't necessary.

Change the `create-app.sh` script to bring the app into a more typical form for
macOS and remove files that might interfere with code-signing or needlessly
increase the app's size.

- Don't symlink the `pcsx-redux` binary. Make the real binary exist at
  `./Contents/MacOS/PCSX-Redux`.
  - Remove the now empty `./Contents/Resources/bin`.
- Call the app icon `AppIcon.icns` as is customary.
  - Remove source images after constructing the app icon.
- Move dylibs into `./Contents/Frameworks`.
  - Add this path to the executable's `@rpath`.
  - Use `@rpath` instead of `@executable_path` for library locations.
- Removing the quarantine attribute during the build has no effect.
- Remove the Linux desktop things from
  `./Contents/Resources/share/applications` as it isn't necessary for macOS.
- Ad-hoc codesign the app after making changes.
  This must *always* be the very last step.

Update the README about this.
2023-02-04 22:19:39 -08:00
Nicolas Pixel Noble
e94a5b3464 Updating mips script for whitespace issue. 2022-11-05 20:42:51 -07:00
Nicolas Pixel Noble
f5796932dc Quick updates to the base README, and actually adding one to the mips/doc folder. 2022-09-08 16:27:33 -07:00
Nicolas Pixel Noble
e444ef428c Upgrading toolchains. 2022-08-26 19:18:52 -07:00
Nicolas Noble
779af43b8e
Typo. 2022-08-09 22:49:58 -07:00
Nicolas Noble
ef83bf4a57
Adding MacOS derp. 2022-08-09 20:28:21 -07:00
Nicolas Pixel Noble
baff569b2e Merge remote-tracking branch 'upstream/main' into opengl-gpu 2022-08-03 21:57:44 -07:00
Nicolas Noble
406b58e159
Adding CLI version link 2022-08-02 08:41:17 -07:00
wheremyfoodat
9ae4fad0fc Readme cleanup 2022-07-27 03:30:59 +03:00
wheremyfoodat
ccf6a28008 Assert dominance in readme 2022-07-27 03:25:27 +03:00
Nicolas Noble
e7e70d7318
Merge pull request #929 from nicolasnoble/psyqo
PSYQo
2022-07-17 23:06:43 -07:00
Nicolas Pixel Noble
cbc13d6d2f Getting close to the release at this point. 2022-07-17 20:30:13 -07:00
Nicolas Noble
4f87c919ac
Adding -UseBasicParsing to mips instructions. 2022-06-30 20:07:57 -07:00
KanuX
810044ce51
Updated Arch Linux build
ImageMagick is needed in order to use the 'convert' command.
Also the '--needed' flag will skip already installed packages.
2022-05-20 11:45:25 -03:00
Nicolas Noble
c68ee2f87b
Bumping version in readme too. 2022-05-15 16:46:24 -07:00
wheremyfoodat
f105424a8c
Update README.md 2022-04-02 00:32:53 +03:00
Caleb Yates
ed70f9ba23 Merge branch 'main' into aa64-collab
# Conflicts:
#	.gitmodules
2022-03-19 20:57:47 -05:00
Nicolas Noble
a29b8d2816
Removing duplicated curl. 2022-03-13 22:49:21 -07:00
Nicolas "Pixel" Noble
b2fb46dbc6 Updating README 2022-03-13 18:52:23 -07:00
Nicolas Noble
bc559b57a9
Adding link to documentation. 2022-03-11 10:49:20 -08:00
wheremyfoodat
cec5c9167e Update readme 2022-03-07 00:44:25 +02:00
wheremyfoodat
ec23386c19 Update README.md 2022-02-28 16:44:43 -06:00
Nicolas Noble
9f059d2f10
Duplicating download links 2022-02-28 08:22:12 -08:00
Nicolas Noble
58133cd1d0
Adding discord links. 2022-02-21 16:10:10 -08:00
wheremyfoodat
16e330f28e Update README and TODO 2022-01-03 01:59:57 +02:00
nojhan
85b9a21210 [README] put the recursive cloning option forward.
Improve readability.
2021-12-30 13:05:20 +01:00
Nicolas Noble
6d4409ab9b
Merge pull request #693 from njfox/aur-readme-update
Add AUR Package to README for Arch-Based Distros
2021-12-24 18:12:17 -08:00
njfox
29ffb0d91f
fix typo 2021-12-24 22:12:30 +00:00
njfox
d1077f9813
add AUR package to README instructions 2021-12-24 22:08:27 +00:00
Nicolas 'Pixel' Noble
048804bf34 Merge remote-tracking branch 'upstream/main' into vs-2022 2021-12-20 22:07:48 -08:00
Nicolas 'Pixel' Noble
8a5904e255 Adding capstone dependency. 2021-12-17 10:32:50 -08:00
Nicolas Noble
2986a46be6
Merge branch 'main' into fix-typo 2021-11-27 08:22:40 -08:00
Nicolas Pixel Noble
34ca10633d Upgrading to Visual Studio 2022 2021-11-21 16:43:04 -08:00
Nicolas Noble
e002f98eea
Proper version number. 2021-11-20 10:49:12 -08:00
Nicolas Noble
04dc741b7c
Update README.md 2021-11-20 10:46:52 -08:00
Nicolas Pixel Noble
f036c7c01d Adding mips-installer for Windows. 2021-11-20 10:44:56 -08:00
wheremyfoodat
138f683bbd Update gitignore/readme/todo 2021-11-06 21:42:08 +02:00
Nicolas Noble
b8164bd639
Updating badge links 2021-10-11 10:08:08 -07:00
Nicolas Pixel Noble
03158f1015 Removing SDL 2021-08-29 15:36:43 -07:00
Nicolas Noble
0393341310
Adding transifex link. 2021-06-09 14:59:37 -07:00
Nicolas Noble
5b1ed8d2c1
Adding macos link 2021-06-07 07:06:28 -07:00
Nicolas Noble
f17aa58352
Updating download links 2021-06-05 11:43:36 -07:00
Schnappy
321f1fc755
Add instructions for PSX compilation only
also corrected debian one-liner
2021-03-27 21:17:10 +01:00
Nicolas 'Pixel' Noble
bedaa5c545 Fixing Unix builds. 2021-02-26 19:32:54 -08:00
William Volin
256fadf21e fixes environment mispelling and AUR package naming 2021-02-21 10:48:02 -07:00
Nicolas Noble
3c5c32f6c9
Changing ghpages URL 2021-01-26 10:59:29 -08:00
Nicolas Noble
e2bf660afa
Couple of small README changes 2021-01-26 10:44:39 -08:00
Nicolas Pixel Noble
1863789ddb Cleanup 2021-01-16 11:12:17 -08:00
Nicolas Noble
b8dc578444
Fixing startup project name. 2021-01-11 21:59:29 -08:00