Skip to content

2.0: add JIT-less mode #43

2.0: add JIT-less mode

2.0: add JIT-less mode #43

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Theos
uses: Randomblock1/[email protected]
- name: Build
run: |
git submodule init
git submodule update
make package FINALPACKAGE=1
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: com.kdt.livecontainer.ipa
path: packages/*.ipa