-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix Ruffle .desktop File #2581
Fix Ruffle .desktop File #2581
Conversation
Signed-off-by: Gil <[email protected]>
Signed-off-by: Gil <[email protected]>
The .desktop file install line didn't save the first time. Signed-off-by: Gil <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, I'll remind myself to patch this out next time.
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Add files via upload Signed-off-by: Gil <[email protected]> * Update ruffle-nightly.spec Signed-off-by: Gil <[email protected]> * Update ruffle-nightly.spec The .desktop file install line didn't save the first time. Signed-off-by: Gil <[email protected]> --------- Signed-off-by: Gil <[email protected]> (cherry picked from commit bd31332) Co-authored-by: Gil <[email protected]>
* Add files via upload Signed-off-by: Gil <[email protected]> * Update ruffle-nightly.spec Signed-off-by: Gil <[email protected]> * Update ruffle-nightly.spec The .desktop file install line didn't save the first time. Signed-off-by: Gil <[email protected]> --------- Signed-off-by: Gil <[email protected]> (cherry picked from commit bd31332) Co-authored-by: Gil <[email protected]>
* Add files via upload Signed-off-by: Gil <[email protected]> * Update ruffle-nightly.spec Signed-off-by: Gil <[email protected]> * Update ruffle-nightly.spec The .desktop file install line didn't save the first time. Signed-off-by: Gil <[email protected]> --------- Signed-off-by: Gil <[email protected]> (cherry picked from commit bd31332) Co-authored-by: Gil <[email protected]>
The current Ruffle
.desktop
file does not work as it attempts to executeruffle
when the binary is calledruffle_desktop
. This is an attempt to fix the spec with a corrected.desktop
file.