mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-03 21:48:19 +00:00
* feat: add build deb shell script * feat: update release.yml * chore: add flatpak readme * feat: support appimage builder * feat: support appimage builder * Update release.yml
5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
if [ -e /usr/bin/AppFlowy ]; then
|
|
rm /usr/bin/AppFlowy
|
|
rm /usr/bin/AppFlowyLauncher.sh
|
|
fi
|