Commit e45eb3fd authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: build-linux: Fix 'pamhyr-x11' path.

No related merge requests found
Pipeline #55435 passed with stages
in 3 minutes and 23 seconds
Showing with 4 additions and 4 deletions
+4 -4
......@@ -263,10 +263,10 @@ build-linux:
# Copy Pamhyr
- cp -r dist/pamhyr/* pamhyr/
# Pamhyr script to force x11
- echo '#!/usr/bin/env bash' > pamhyr-x11
- echo "" >> pamhyr-x11
- echo "GDK_BACKEND=x11 ./pamhyr $@" >> pamhyr-x11
- chmod +x ./pamhyr-x11
- echo '#!/usr/bin/env bash' > pamhyr/pamhyr-x11
- echo "" >> pamhyr/pamhyr-x11
- echo "GDK_BACKEND=x11 ./pamhyr $@" >> pamhyr/pamhyr-x11
- chmod +x pamhyr/pamhyr-x11
# Copy Pamhyr resources
- mkdir -p pamhyr/_internal/View
- mkdir -p pamhyr/_internal/View/ui
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment