mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
4th release
This commit is contained in:
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest, ubuntu-22.04]
|
os: [macos-latest, ubuntu-22.04, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check-out repository
|
- name: Check-out repository
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: PyTaiko-${{ runner.name }}-${{ runner.arch }}
|
name: PyTaiko-${{ runner.os }}-${{ runner.arch }}
|
||||||
path: |
|
path: |
|
||||||
Graphics/*
|
Graphics/*
|
||||||
Sounds/*
|
Sounds/*
|
||||||
|
|||||||
@@ -6,6 +6,9 @@ This is a TJA player / Taiko simulator written in python and uses the [raylib](h
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Windows 10, Mac OS X 10.14 and Ubuntu 20.04 and higher are supported.
|
||||||
|
Any operating system below these requirements will not work.
|
||||||
|
Any Linux distro not listed is up to your own discretion
|
||||||
Download for OS of choice on releases page
|
Download for OS of choice on releases page
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
|
|||||||
Reference in New Issue
Block a user