diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 71c874e..5432c7c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -110,11 +110,11 @@ jobs: > For NixOS/Nixpkg you need to build it yourself by downloading the source files and then run `./nix-helper install` \n > For FreeBSD port, you will to build the port yourself, see the README for more info. \n - > Flatpak now in developpement ! Soon there will be a flatpak repo which will be show here and on the readme on how to enabled ad inst. - Experimental Build (Nightly) generated by GitHub Action. The nighy build are experimental nuitka compilation from the nighly branch.\n + > Flatpak now in developpement ! Soon there will be a flatpak repo which will be show here and on the readme on how to enabled it..\n \n Automatic Nighty (daily) binary build powered by GtiHub Actions. \n - Now includes installers (Note : Windows installer may be moved to each own release with section selection)!" + The nighy build are experimental nuitka compilation from the nighly branch \n + Now includes installers (Note : Windows installer may be moved to each own release soon)!" files: | ./artifacts/****.exe ./artifacts/****.zip diff --git a/.gitignore b/.gitignore index 56de2a8..9e5e9d0 100644 --- a/.gitignore +++ b/.gitignore @@ -331,7 +331,6 @@ result # FreeBSD -freebsd-ports/distinfo - +freebsd-ports/work-* .new-default \ No newline at end of file diff --git a/freebsd-ports/Makefile b/freebsd-ports/Makefile index 0d94122..cafbfae 100644 --- a/freebsd-ports/Makefile +++ b/freebsd-ports/Makefile @@ -1,6 +1,6 @@ PORTNAME= lce-qt-launcher DISTVERSION= 0.0.20b0 -CATEGORIES= games python utiity +CATEGORIES= games python MAINTAINER= xgui4-dev@example.com COMMENT= Custom Free/Libre Minecraft Legacy Console Launcher diff --git a/freebsd-ports/distinfo b/freebsd-ports/distinfo new file mode 100644 index 0000000..2c147c4 --- /dev/null +++ b/freebsd-ports/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1778957381 +SHA256 (xgui4-LCE-Qt-Launcher-0.0.20b0-nightly_GH0.tar.gz) = 140a28fdce48e84e7b96b35774166e084504f642498196729bb7f51079ef0d2c +SIZE (xgui4-LCE-Qt-Launcher-0.0.20b0-nightly_GH0.tar.gz) = 2582111 diff --git a/freebsd-ports/install b/freebsd-ports/install old mode 100644 new mode 100755 index 4672650..4c5a618 --- a/freebsd-ports/install +++ b/freebsd-ports/install @@ -1,5 +1,5 @@ #!/usr/bin/env sh -make makesum +sudo make makesum make install \ No newline at end of file diff --git a/scripts/clean.ps1 b/scripts/clean.ps1 index 23a1020..efe058f 100644 --- a/scripts/clean.ps1 +++ b/scripts/clean.ps1 @@ -9,7 +9,7 @@ Write-Output "done" Write-Output "Removing the compilated Qt UI and Qt Ressource files" $QT_RESSOURCE="res_rc" -$QT_UI_ARRAY="system_info","form","instance","settingDialog","about" +$QT_UI_ARRAY="system_info","form","instance","settingDialog","about", "contentInstaller" Write-Output "Removing the compilated Qt Ressource file" Remove-Item -Path "src\lce_qt_launcher\$QT_RESSOURCE.py" diff --git a/scripts/clean.sh b/scripts/clean.sh index dcad1fb..da9ada3 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -9,7 +9,7 @@ echo "Removing the Nuitka compilation folder finished" echo "Removing the compilated Qt UI and Qt Ressource files" QT_RESSOURCE="res_rc" -QT_UI_ARRAY=("system_info" "form" "instance" "settingDialog" "about") +QT_UI_ARRAY=("system_info" "form" "instance" "settingDialog" "about" "contentInstaller") echo "Removing the compilated Qt Ressource file" rm "src/lce_qt_launcher/$QT_RESSOURCE.py"