Skip to content

Commit

Permalink
upgrade CALM to 0.1.4 to get glibc 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Jun 19, 2023
1 parent 675364e commit 2edc155
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.3/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.4/calm.tgz
mkdir calm
tar xvf calm.tgz --directory=calm
tar xvf calm.tgz
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
export APP_NAME=Focalizzare
Expand Down Expand Up @@ -53,15 +53,15 @@ jobs:
run: |
set -x
export OS_SUBFIX=".${CI_MATRIX_OS}"
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.3/calm${OS_SUBFIX}.dmg
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.4/calm${OS_SUBFIX}.dmg
hdiutil attach calm.dmg
cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
ls -lah calm
rm calm.dmg
export PATH=$PATH:$(pwd)/calm/
export APP_ICON="$(pwd)/images/icon.icns"
export DMG_ICON="$(pwd)/images/icon-dmg.icns"
export APP_VERSION=0.0.6
export APP_VERSION=0.0.8
export APP_ID=com.vitovan.focalizzare
export APP_NAME=Focalizzare
calm publish
Expand All @@ -87,8 +87,8 @@ jobs:
run: |
set -x
pacman -S --noconfirm --needed unzip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.3/calm.zip
unzip calm.zip -d calm
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.4/calm.zip
unzip calm.zip
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
export APP_ICON="$(pwd)/images/icon.ico"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ <h1>
<p>
<a
href="https://github.com/VitoVan/focalizzare/releases/latest/download/Focalizzare.AppImage"
><img src="https://img.shields.io/badge/Linux-glibc%202.33+-FFD032.svg?logo=linux" alt="Focalizzare.AppImage"/></a
><img src="https://img.shields.io/badge/Linux-glibc%202.31+-FFD032.svg?logo=linux" alt="Focalizzare.AppImage"/></a
><span> &nbsp; </span
><a
href="https://github.com/VitoVan/focalizzare/releases/latest/download/Focalizzare.macos-13.dmg"
Expand Down

0 comments on commit 2edc155

Please sign in to comment.