Skip to content

Commit

Permalink
Fix to use GTAV
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Oct 6, 2024
1 parent b173c8d commit 169b157
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 421 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
run: |
flutter build macos
mkdir -p target
cp -R build/macos/Build/Products/Release/rdr2_session.app target/
sudo chmod +x target/rdr2_session.app/Contents/MacOS/rdr2_session
cp -R build/macos/Build/Products/Release/gtav_session.app target/
sudo chmod +x target/gtav_session.app/Contents/MacOS/gtav_session
- uses: QQxiaoming/[email protected]
with:
name: rdr2_session_macos_x64
name: gtav_session_macos_x64
srcdir: target
- name: Save build Artifact
uses: actions/upload-artifact@main
with:
name: rdr2_session_macos_x64.app
name: gtav_session_macos_x64.app
path: |
*.dmg
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Save build Artifact
uses: actions/upload-artifact@main
with:
name: rdr2_session_windows_x64
name: gtav_session_windows_x64
path: |
build\windows\x64\runner\Release\*
Expand Down Expand Up @@ -130,5 +130,5 @@ jobs:
- name: Save build Artifact
uses: actions/upload-artifact@main
with:
name: rdr2_session.AppImage
name: gtav_session.AppImage
path: './*.AppImage*'
16 changes: 8 additions & 8 deletions AppImageBuilder-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ script:
AppDir:
path: ./AppDir
app_info:
id: io.github.TaYaKi71751-gaming-config.rdr2_session
id: io.github.TaYaKi71751-gaming-config.gtav_session
name: RDR2 Public Solo Friend Session
icon: logo
version: latest
exec: rdr2_session
exec: gtav_session
exec_args: $@
apt:
arch: amd64
Expand Down Expand Up @@ -51,25 +51,25 @@ AppDir:
test:
fedora:
image: appimagecrafters/tests-env:fedora-30
command: ./rdr2_session
command: ./gtav_session
use_host_x: true
debian:
image: appimagecrafters/tests-env:debian-stable
command: ./rdr2_session
command: ./gtav_session
use_host_x: true
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: ./rdr2_session
command: ./gtav_session
use_host_x: true
centos:
image: appimagecrafters/tests-env:centos-7
command: ./rdr2_session
command: ./gtav_session
use_host_x: true
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./rdr2_session
command: ./gtav_session
use_host_x: true
AppImage:
arch: x86_64
update-information: guess
sign-key: None
sign-key: None
File renamed without changes.
Loading

0 comments on commit 169b157

Please sign in to comment.