Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo with Discord RPC indicating macOS is "MacOS" when it should be "macOS" #837

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

andylin2004
Copy link
Contributor

Just a typo fix with the Discord RPC saying what platform Heroic is running on (from "MacOS" to "macOS")

@@ -536,7 +536,7 @@ Categories=Game;
os = 'Windows'
break
case 'darwin':
os = 'MacOS'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps should be MacOSX then?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apple's official term for their desktop operating system is now macOS, regardless of if it was previously named OS X or Mac OS X.

For example: this documentation

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, sounds good.

@flavioislima flavioislima merged commit 3e727f3 into Heroic-Games-Launcher:main Dec 30, 2021
flavioislima added a commit that referenced this pull request Jan 11, 2022
* rule does not exist

* improve webview responsiveness

* completely block webview until state change

* correct loginurl case removeEventListener

ditto

* Fix Creating Game Shortcuts on Linux

* Fix Check for System Requirements #831

* Add MAC to CI build on Main

* fixed discord RPC indicating macOS was "MacOS" (wrong capitalization use) (#837)

* apply for all urls

* resolve git conflict (hopefully)

* fix case for login. also removes some imports.

* forgorr to remove log :|

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals

* [General] Add Login with SID as alternative to Login with Epic (#875)

* chore: wait before getting the sid

* feat: add Login with sid as second option

* 1i8n: updated keys

* Revert "[General] Add Login with SID as alternative to Login with Epic (#875)"

This reverts commit 4eefa9a.

* Revert "Update translation files"

This reverts commit b1dc1bb.

* {} curlies after if

* realign lock

* fix webview URL, swap user agent spoofing to win10

* use did-stop-loading for url

* update url to use did-navigate

Co-authored-by: Flavio F Lima <flavioislima@gmail.com>
Co-authored-by: Andy Lin <60021592+andylin2004@users.noreply.github.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants