mirror of
https://github.com/foss42/apidash.git
synced 2025-07-01 13:37:54 +08:00
Merge branch 'foss42:main' into add-feat-insomia
This commit is contained in:
@ -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)
|
||||
|
||||
|
33
doc/dev_guide/packaging.md
Normal file
33
doc/dev_guide/packaging.md
Normal 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
|
Reference in New Issue
Block a user