[PR #1381] [CLOSED] CI: Create deb package for linux #4697

Closed
opened 2026-03-23 22:15:25 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1381
Author: @maranix
Created: 10/27/2022
Status: Closed

Base: mainHead: deb-pkg_1303


📝 Commits (2)

  • 7ff5c9c CI: Create deb package for linux
  • 5ed3865 Merge branch 'AppFlowy-IO:main' into deb-pkg_1303

📊 Changes

1 file changed (+48 additions, -0 deletions)

View changed files

📝 .github/workflows/release.yml (+48 -0)

📄 Description

This PR adds the ability to create easy to install .deb packages for Linux as mentioned in the issue #1303.

Following changes adds app_flowy symlink to /usr/bin for opening the app via terminal or command line and as well as a desktop entry in applications drawer using postinst script.

All of the associated libraries, files, symlinks and desktop entry is removed using postrm script.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1381 **Author:** [@maranix](https://github.com/maranix) **Created:** 10/27/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `deb-pkg_1303` --- ### 📝 Commits (2) - [`7ff5c9c`](https://github.com/AppFlowy-IO/AppFlowy/commit/7ff5c9c098a129a1b8aa1dfacf9e6b108e92346d) CI: Create deb package for linux - [`5ed3865`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ed38653fb474b343d520a566c6dd518c6e4c35e) Merge branch 'AppFlowy-IO:main' into deb-pkg_1303 ### 📊 Changes **1 file changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+48 -0) </details> ### 📄 Description This PR adds the ability to create easy to install ``.deb`` packages for Linux as mentioned in the issue #1303. Following changes adds ``app_flowy`` symlink to ``/usr/bin`` for opening the app via terminal or command line and as well as a desktop entry in applications drawer using postinst script. All of the associated libraries, files, symlinks and desktop entry is removed using postrm script. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:25 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4697
No description provided.