Skip to content

Instantly share code, notes, and snippets.

@Ke1yNoc
Ke1yNoc / LPX-Trial-Reset.sh
Created October 31, 2025 13:15 — forked from maxwellmlin/LPX-Trial-Reset.sh
Logic Pro X Trial Reset
mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash
@Ke1yNoc
Ke1yNoc / github-ci-unity-hololens2-windows-uwp.yml
Created April 21, 2024 14:28 — forked from cookieofcode/github-ci-unity-hololens2-windows-uwp.yml
Github Actions CI Unity HoloLens 2 Build (Windows, UWP)
# GitHub Actions CI for Unity Hololens 2 UWP running on windows.
name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]