Skip to content

Commit

Permalink
Create a JuNest-based "Archimage"
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 26, 2025
1 parent fb9b319 commit d6fd90b
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,26 @@ jobs:

- name: build
run: |
APP=bottles
sudo apt update && sudo apt install libfuse2 desktop-file-utils
wget -q https://raw.githubusercontent.com/ivan-hc/Steam-appimage/master/create-conty.sh
wget -q https://raw.githubusercontent.com/ivan-hc/Steam-appimage/master/conty-start.sh
wget -q https://github.com/ivan-hc/Steam-appimage/releases/download/utils/utils_dwarfs.tar.gz
chmod +x create-arch-bootstrap.sh create-conty.sh "$APP"-conty-builder.sh
sudo ./create-arch-bootstrap.sh && ./create-conty.sh
mkdir -p tmp/"$APP".AppDir
mv ./conty.sh tmp/"$APP".AppDir/ || exit 1
./"$APP"-conty-builder.sh
sudo apt update && sudo apt install desktop-file-utils
# CONTY APPIMAGE
#APP=bottles
#wget -q https://raw.githubusercontent.com/ivan-hc/Steam-appimage/master/create-conty.sh
#wget -q https://raw.githubusercontent.com/ivan-hc/Steam-appimage/master/conty-start.sh
#wget -q https://github.com/ivan-hc/Steam-appimage/releases/download/utils/utils_dwarfs.tar.gz
#chmod +x create-arch-bootstrap.sh create-conty.sh "$APP"-conty-builder.sh
#sudo ./create-arch-bootstrap.sh && ./create-conty.sh
#mkdir -p tmp/"$APP".AppDir
#mv ./conty.sh tmp/"$APP".AppDir/ || exit 1
#./"$APP"-conty-builder.sh
# JUNEST "ARCHIMAGE"
chmod a+x ./bottles-junest.sh
./bottles-junest.sh
mkdir dist
mv *AppImage* dist/
- name: Upload artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand Down

0 comments on commit d6fd90b

Please sign in to comment.