Merge branch 'foss42:main' into add-feat-insomia

This commit is contained in:
Papa Kofi Boahen
2025-01-30 15:41:14 +00:00
committed by GitHub
2 changed files with 35 additions and 0 deletions

View File

@ -5,3 +5,5 @@
3. [How to run tests?](https://github.com/foss42/apidash/blob/main/doc/dev_guide/testing.md)
4. [Integration Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/integration_testing.md)
5. [List of API Endpoints for Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/api_endpoints_for_testing.md)
6. [Packaging API Dash](https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md)

View File

@ -0,0 +1,33 @@
# Packaging API Dash
## Windows
[Packaging and Distributing Flutter Desktop Apps : Creating Windows .exe installer](https://medium.com/@fluttergems/packaging-and-distributing-flutter-desktop-apps-the-missing-guide-for-open-source-indie-0b468d5e9e70)
## macOS
[Packaging and Distributing Flutter Desktop Apps: Creating macOS .app & .dmg](https://medium.com/@fluttergems/packaging-and-distributing-flutter-desktop-apps-the-missing-guide-part-1-macos-b36438269285)
## Linux Debian (.deb) & RPM (.rpm)
[Packaging and Distributing Flutter Desktop Apps: Creating Linux Debian (.deb) & RPM (.rpm) builds](https://medium.com/@fluttergems/packaging-and-distributing-flutter-desktop-apps-the-missing-guide-for-open-source-indie-24ef8d30a5b4)
## Arch Linux (PKGBUILD)
TODO Instructions
## FlatHub (Flatpak)
TODO Instructions
## Homebrew
TODO Instructions
## Chocolatey
TODO Instructions
## WinGet
TODo Instructions