diff --git a/.github/workflows/build-tauri.yml b/.github/workflows/build-tauri.yml index 263b1dd..0cc572e 100644 --- a/.github/workflows/build-tauri.yml +++ b/.github/workflows/build-tauri.yml @@ -31,6 +31,7 @@ jobs: APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: 'Saturn v__VERSION__' diff --git a/README.md b/README.md index c88c34c..f195a7a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ yarn tauri build # Important Tasks -- [ ] Memory Editing and Copying +- [x] Memory Editing and Copying - [x] Register Editing and Copying - [x] Finding Text (Cmd + F) - [x] Finished Execution State @@ -63,3 +63,4 @@ yarn tauri build - [x] MIDI and Other Syscalls - [x] Variable Name Suggestions - [x] Improve Bitmap Display +- [x] Add Time Travel diff --git a/index.html b/index.html index cd36896..7370c70 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-