File tree Expand file tree Collapse file tree 3 files changed +692
-13
lines changed Expand file tree Collapse file tree 3 files changed +692
-13
lines changed Original file line number Diff line number Diff line change 5
5
3 . [ How to run tests?] ( https://github.com/foss42/apidash/blob/main/doc/dev_guide/testing.md )
6
6
4 . [ Integration Testing] ( https://github.com/foss42/apidash/blob/main/doc/dev_guide/integration_testing.md )
7
7
5 . [ List of API Endpoints for Testing] ( https://github.com/foss42/apidash/blob/main/doc/dev_guide/api_endpoints_for_testing.md )
8
+ 6 . [ Packaging API Dash] ( https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md )
9
+
Original file line number Diff line number Diff line change
1
+ # Packaging API Dash
2
+
3
+ ## Windows
4
+
5
+ [ 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 )
6
+
7
+ ## macOS
8
+
9
+ [ 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 )
10
+
11
+ ## Linux Debian (.deb) & RPM (.rpm)
12
+
13
+ [ 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 )
14
+
15
+ ## Arch Linux (PKGBUILD)
16
+
17
+ TODO Instructions
18
+
19
+ ## FlatHub (Flatpak)
20
+
21
+ TODO Instructions
22
+
23
+ ## Homebrew
24
+
25
+ TODO Instructions
26
+
27
+ ## Chocolatey
28
+
29
+ TODO Instructions
30
+
31
+ ## WinGet
32
+
33
+ TODo Instructions
You can’t perform that action at this time.
0 commit comments