mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
7 lines
147 B
Racket
7 lines
147 B
Racket
#lang racket
|
|
(require "../common.rkt")
|
|
(provide run)
|
|
|
|
(define (run)
|
|
(install-zig "plugins/mzte-mpv")
|
|
(build-haxe "plugins/tampermonkey-mzte"))
|