generated from nix-community/nur-packages-template
-
Couldn't load subscription status.
- Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
So you can do things like:1
minivmac-ii.makeWrapper {
name = "lemmings";
displayName = "Lemmings";
disks = [
(minivmac.lib.disks.readOnly ./lemmings.dsk)
(minivmac.lib.disks.formatBlank "800k" "Saved Games")
];
}Then when you run lemmings (or select Lemmings from an XDG app menu, or open Lemmings.app on macOS) it will automatically set up a directory with disk1.dsk through diskN.dsk and run Mini vMac with it. Set up the disk with AutoQuit or AutQuit7, and you can pretend it's a native app.
Footnotes
-
I know, I know. You don't need a "Saved Games" disk because Lemmings uses passwords. It's an example. Just go with it. ↩
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request