[PR #1386] [MERGED] feat: create deb package for linux (#1303) #4700

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1386
Author: @maranix
Created: 10/27/2022
Status: Merged
Merged: 11/7/2022
Merged by: @LucasXu0

Base: mainHead: dep-pkg_1303


📝 Commits (4)

  • 2cbd74c feat: create deb package for linux
  • 380d921 ci: respect debian package naming convention.
  • 46a2012 ci: update linux deb package build workflow
  • 319c358 ci: add postinst & postrm scripts to linux deb package

📊 Changes

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

View changed files

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

📄 Description

This PR adds the ability to create easy to install .deb packages for Linux as mentioned in the issue https://github.com/AppFlowy-IO/AppFlowy/issues/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/1386 **Author:** [@maranix](https://github.com/maranix) **Created:** 10/27/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `dep-pkg_1303` --- ### 📝 Commits (4) - [`2cbd74c`](https://github.com/AppFlowy-IO/AppFlowy/commit/2cbd74c716190cf1bf5f4e05816774efabbd66ed) feat: create deb package for linux - [`380d921`](https://github.com/AppFlowy-IO/AppFlowy/commit/380d921daef7bd0a7ea5ecd79f3cfe0c226dd365) ci: respect debian package naming convention. - [`46a2012`](https://github.com/AppFlowy-IO/AppFlowy/commit/46a20123c1b0c6c3343899f040158d33229dd264) ci: update linux deb package build workflow - [`319c358`](https://github.com/AppFlowy-IO/AppFlowy/commit/319c358d1b14b2f9ca74b95a9b7bed041fdc53d1) ci: add postinst & postrm scripts to linux deb package ### 📊 Changes **1 file changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+52 -0) </details> ### 📄 Description This PR adds the ability to create easy to install .deb packages for Linux as mentioned in the issue https://github.com/AppFlowy-IO/AppFlowy/issues/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:26 +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#4700
No description provided.