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

build.sh creates invalid desktop file #5

Closed
ChrisJAllan opened this issue Apr 30, 2023 · 1 comment
Closed

build.sh creates invalid desktop file #5

ChrisJAllan opened this issue Apr 30, 2023 · 1 comment

Comments

@ChrisJAllan
Copy link

echo by itself doesn't parse \n, so the desktop file just ends up being:

[Desktop Entry]\nType=Application\nTerminal=false\nExec=$PWD/Godot_v3.5.1-stable_x11.64\nPath=$PWD\nName=VR Media Player\nIcon=$PWD/thirdparty/tabler-icons/badge-vr.svg

echo -e is required to parse escape sequences.

@silphendio
Copy link
Owner

I finally fixed it!
But it doesn't actually matter, because I removed that script from the main branch .

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

No branches or pull requests

2 participants