first release 0.1.1

This commit is contained in:
2025-05-30 16:44:39 +02:00
parent 3d3264d8d6
commit 71f771b428
9 changed files with 41 additions and 31 deletions

View File

@@ -13,11 +13,11 @@ run : F5 or Run → Start Debugging
1. tar the source files to make it cleaner
```
tar czf lf-server-admin-panel-0.1.0.tar.gz src/ static/ templates/ lf-server-admin-panel.service CMakeLists.txt
tar czf pkg/lf-server-admin-panel-0.1.1.tar.gz src/ static/ templates/ lf-server-admin-panel.service CMakeLists.txt
```
2. create the package
```
makepkg -fL
makepkg -f
```