remove HEREDOC; replace with echo
All checks were successful
Release / release (push) Successful in 1m2s
All checks were successful
Release / release (push) Successful in 1m2s
This commit is contained in:
parent
120af6f29d
commit
128f54d42e
@ -46,10 +46,8 @@ jobs:
|
|||||||
./appimagetool.AppImage --appimage-extract
|
./appimagetool.AppImage --appimage-extract
|
||||||
|
|
||||||
# Create wrapper script that uses extracted version
|
# Create wrapper script that uses extracted version
|
||||||
cat > /usr/local/bin/appimagetool << 'EOF'
|
echo '#!/bin/bash' > /usr/local/bin/appimagetool
|
||||||
#!/bin/bash
|
echo '/workspace/gmgauthier/notepad/squashfs-root/AppRun "$@"' >> /usr/local/bin/appimagetool
|
||||||
/workspace/gmgauthier/notepad/squashfs-root/AppRun "$@"
|
|
||||||
EOF
|
|
||||||
chmod +x /usr/local/bin/appimagetool
|
chmod +x /usr/local/bin/appimagetool
|
||||||
|
|
||||||
- name: Build Linux Packages
|
- name: Build Linux Packages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user