Skip to content

Commit

Permalink
Bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Feb 27, 2024
1 parent 816544f commit a1d8ee1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
Platform: [x86]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest stable Alpine Linux
uses: jirutka/setup-alpine@master
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
Platform: [x86_64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest stable Alpine Linux
uses: jirutka/setup-alpine@master
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
Platform: [x64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install packages
run: |
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
Configuration: [Release]
Platform: [Win32]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: microsoft/[email protected]
with:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
Configuration: [Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: microsoft/[email protected]
with:
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
Configuration: [Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get current date
id: date
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
Configuration: [Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get current date
id: date
Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
- arch: riscv64
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down Expand Up @@ -816,7 +816,7 @@ jobs:
- arch: ppc64le
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down Expand Up @@ -914,7 +914,7 @@ jobs:
- arch: s390x
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ AppImage also contains libraries for the modification of XPLUS. Download:
wget https://archive.org/download/sam-tfe-xplus/SamTFE-XPLUS.tar.xz
wget https://archive.org/download/sam-tse-xplus/SamTSE-XPLUS.tar.xz
```
And unpack it to the root directory of game resources. After unpacking the archives for the XPLUS mod, simply select this mod in the game menu.
And unpack it to the root directory of game resources. After unpacking the archives for the XPLUS mod, simply select this mod in the game menu.
You can build your AppImage using the build script. Type this in your terminal:
```
././build-appimage.sh
./build-appimage.sh
```

Build only the OpenGL version
Expand Down
4 changes: 2 additions & 2 deletions build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export LD_LIBRARY_PATH=AppDir/usr/lib
SIGN=1 ./linuxdeploy-x86_64.AppImage --executable AppDir/usr/bin/serioussamse --desktop-file AppDir/usr/share/applications/io.itch.tx00100xt.serioussamse-vk.desktop --icon-file AppDir/usr/share/icons/hicolor/128x128/apps/serioussam.png --appdir AppDir --output appimage
# rename appimages
mv Serious_Sam_The_First_Encounter-x86_64.AppImage SeriousSamTFE-Vk-1.10.6d-x86_64.AppImage
chmod +x SeriousSamTFE-1.10.6d-x86_64.AppImage
chmod +x SeriousSamTFE-Vk-1.10.6d-x86_64.AppImage
mv Serious_Sam_The_Second_Encounter-x86_64.AppImage SeriousSamTSE-Vk-1.10.6d-x86_64.AppImage
chmod +x SeriousSamTSE-1.10.6d-x86_64.AppImage
chmod +x SeriousSamTSE-Vk-1.10.6d-x86_64.AppImage

0 comments on commit a1d8ee1

Please sign in to comment.