https://github.com/AlexeySemigradsky/SketchRunner
The macOS application that can launch the Sketch when its trial expired.
https://github.com/AlexeySemigradsky/SketchRunner
sketch trial
Last synced: 4 months ago
JSON representation
The macOS application that can launch the Sketch when its trial expired.
- Host: GitHub
- URL: https://github.com/AlexeySemigradsky/SketchRunner
- Owner: graddotdev
- Archived: true
- Created: 2018-09-09T15:57:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T11:43:39.000Z (about 5 years ago)
- Last Synced: 2025-02-16T18:04:50.571Z (4 months ago)
- Topics: sketch, trial
- Language: AppleScript
- Homepage:
- Size: 9.77 KB
- Stars: 398
- Watchers: 33
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> **Important note!** The SketchRunner currently only works with the Sketch version 52.6 or below.
The Sketch Runner is a macOS application that can launch the Sketch when its trial expired.
Download the latest release of the Sketch Runner application from [here](https://github.com/AlexeySemigradsky/SketchRunner/releases) and move it to the Applications folder.

You also can compile the AppleScript into an application from the source code using the `compile` script:
```bash
./compile
````