diff --git a/doc/dev_guide/README.md b/doc/dev_guide/README.md index 1bfec4f7..3b167dff 100644 --- a/doc/dev_guide/README.md +++ b/doc/dev_guide/README.md @@ -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) + diff --git a/doc/dev_guide/packaging.md b/doc/dev_guide/packaging.md new file mode 100644 index 00000000..b174131d --- /dev/null +++ b/doc/dev_guide/packaging.md @@ -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