Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6

- name: build
if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Github Action with a cronjob trigger
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 1/10 * *"

workflow_dispatch:

Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout source repository"
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Release date"
run: |
Expand Down
2 changes: 1 addition & 1 deletion latest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Nov 16 19:00:04 UTC 2025
Wed Jan 21 02:00:52 UTC 2026
8 changes: 2 additions & 6 deletions lutris-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEPENDENCES=$(echo "7zip freetype2 lib32-freetype2 file gtk-update-icon-cache pc
# Set keywords to searchan include in names of directories and files in /usr/bin (BINSAVED), /usr/share (SHARESAVED) and /usr/lib (LIBSAVED)
BINSAVED="SAVEBINSPLEASE"
SHARESAVED="SAVESHAREPLEASE"
LIBSAVED="alsa jack pipewire pulse gdk-pixbuf svg HarfBuzz harfbuzz Atk idna girepository"
LIBSAVED="alsa jack pipewire pulse gdk-pixbuf svg HarfBuzz harfbuzz Atk idna girepository zstd Zstd"

# Set the items you want to manually REMOVE. Complete the path in /etc/, /usr/bin/, /usr/lib/, /usr/lib/python*/ and /usr/share/ respectively.
# The "rm" command will take into account the listed object/path and add an asterisk at the end, completing the path to be removed.
Expand Down Expand Up @@ -72,9 +72,6 @@ _enable_multilib
# INSTALL PROGRAMS USING YAY
##########################################################################################################################################################

_JUNEST_CMD -- yay -Syy
#_JUNEST_CMD -- gpg --keyserver keyserver.ubuntu.com --recv-key C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF # UNCOMMENT IF YOU USE THE AUR

[ -f ../archimage-builder.sh ] && source ../archimage-builder.sh install "$@"

cd ..
Expand Down Expand Up @@ -137,5 +134,4 @@ _appimagetool() {
fi
}

ARCH=x86_64 _appimagetool -u "$UPINFO" \
AppDir "$APPNAME"_"$VERSION"-archimage5.0-x86_64.AppImage
ARCH=x86_64 _appimagetool -u "$UPINFO" AppDir "$APPNAME"_"$VERSION"-"$ARCHIMAGE_VERSION"-x86_64.AppImage