Skip to content

Commit

Permalink
Prevent Abscond, Blackmail, Con, and Dupe from attempting Ziggy install
Browse files Browse the repository at this point in the history
  • Loading branch information
pdarragh committed Oct 24, 2023
1 parent 0896430 commit 5393f54
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion langs/abscond/info.rkt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#lang info
(define pre-install-collection "../installer.rkt")
#;(define pre-install-collection "../installer.rkt")
2 changes: 1 addition & 1 deletion langs/blackmail/info.rkt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#lang info
(define pre-install-collection "../installer.rkt")
#;(define pre-install-collection "../installer.rkt")
2 changes: 1 addition & 1 deletion langs/con/info.rkt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#lang info
(define pre-install-collection "../installer.rkt")
#;(define pre-install-collection "../installer.rkt")
2 changes: 1 addition & 1 deletion langs/dupe/info.rkt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#lang info
(define pre-install-collection "../installer.rkt")
#;(define pre-install-collection "../installer.rkt")
3 changes: 3 additions & 0 deletions langs/installer.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
(path->string f)))

(main (path->string (collection-file-path "src/" "ziggy")) own
;; NOTE: To re-enable any disabled languages, you must also un-comment
;; the [pre-install-collection] definition in the [info.rkt] file in
;; that language's directory.
(cdr (or (assoc lang-name '(#;("abscond" . "A")
#;("blackmail" . "B")
#;("con" . "C")
Expand Down

0 comments on commit 5393f54

Please sign in to comment.