Skip to content

Commit e25881f

Browse files
committed
fix
1 parent b5149ca commit e25881f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,23 +352,23 @@ jobs:
352352
plugin: dump
353353
override-prime: |
354354
craftctl default
355-
${CRAFT_PART_SRC}/bin/gpu-2404-cleanup mesa-2404
355+
\${CRAFT_PART_SRC}/bin/gpu-2404-cleanup mesa-2404
356356
prime:
357357
- bin/gpu-2404-wrapper
358358
359359
plugs:
360360
gpu-2404:
361361
inteface: content
362-
target: $SNAP/gpu-2404
362+
target: \$SNAP/gpu-2404
363363
default-provider: mesa-2404
364364
365365
layout:
366366
/usr/share/libdrm:
367-
bind: $SNAP/gpu-2404/libdrm
367+
bind: \$SNAP/gpu-2404/libdrm
368368
/usr/share/drirc.d:
369-
symlink: $SNAP/gpu-2404/drirc.d
369+
symlink: \$SNAP/gpu-2404/drirc.d
370370
/usr/share/X11/XErrorDB:
371-
symlink: $SNAP/gpu-2404/X11/XErrorDB
371+
symlink: \$SNAP/gpu-2404/X11/XErrorDB
372372
EOF
373373
374374
cp linux/assets/com.gopeed.Gopeed.desktop snap/gui/gopeed.desktop

0 commit comments

Comments
 (0)