Skip to content

Commit 4212ec3

Browse files
committed
add required support files
1 parent 57ea8ac commit 4212ec3

4 files changed

+28
-0
lines changed

mudlet.icns

566 KB
Binary file not shown.

mudlet_osx_installer_background.png

43.7 KB
Loading

mudletbootstrap-appdmg.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "MudletBootstrap",
3+
"app": "../source/build/MudletBootstrap.app",
4+
"background": "mudlet_osx_installer_background.png",
5+
"icon": "../source/src/icons/osx.icns",
6+
"icons": {
7+
"size": 80,
8+
"app": [154, 205],
9+
"alias": [414, 205]
10+
}
11+
}

mudletbootstrap.nuspec

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>MudletBootstrap</id>
5+
<title>MudletBootstrap</title>
6+
<version>0.0.0</version>
7+
<authors>Mudlet Makers</authors>
8+
<owners>Mudlet Makers</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/Mudlet/Mudlet/development/COPYING</licenseUrl>
10+
<projectUrl>https://www.mudlet.org/</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/Mudlet/Mudlet/development/src/icons/mudlet_main_512x512_6XS_icon.ico</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>A cross-platform, open source, and super fast MUD client with scripting in Lua.</description>
14+
<copyright>Copyright 2008-2024, Mudlet Makers</copyright>
15+
<tags>mud game rpg text</tags>
16+
</metadata>
17+
</package>

0 commit comments

Comments
 (0)