Skip to content

Commit 11cb761

Browse files
committed
Pacman
1 parent b3796ab commit 11cb761

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
- name: Install Linux dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y npm cmake libsdl2-dev
29+
sudo apt-get install -y npm cmake libsdl2-dev libarchive-tools
3030
npm install
3131
3232
- name: Build Linux packages
3333
run: |
3434
npx electron-builder --config build/builder.yml --linux --publish=never
3535
36-
- name: Rename AppImage to follow naming convention
36+
- name: Rename AppImage
3737
run: |
3838
mv -v "dist/emulsion_x86_64.AppImage" "dist/Emulsion-${{ github.ref_name }}-x86_64.AppImage"
3939
@@ -127,6 +127,7 @@ jobs:
127127
dist/*.deb
128128
dist/*.AppImage
129129
dist/*.rpm
130+
dist/*.pacman
130131
dist/*.freebsd
131132
dist/*.exe
132133
dist/*.dmg

build/builder.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ publish:
3131
linux:
3232
executableName: emulsion
3333
target:
34-
- AppImage
35-
- deb
36-
- rpm
37-
- freebsd
34+
# - AppImage
35+
# - deb
36+
# - rpm
37+
# - freebsd
38+
- pacman
3839
category: Utility
3940

4041
afterPack: "build/after-pack.js"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.10.11",
3+
"version": "0.10.12",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

0 commit comments

Comments
 (0)