Renew the updater branch
Now with some actual consensus on what the updater will do!
This commit is contained in:
38
mmc_updater/src/resources/Info.plist
Normal file
38
mmc_updater/src/resources/Info.plist
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<!-- Note - The name of the application specified here must match the value
|
||||
returned by AppInfo::name()
|
||||
!-->
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>MultiMC Updater</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>MultiMC Updater.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.multimc.MultiMCUpdater</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.5</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>i386</key>
|
||||
<string>10.5.0</string>
|
||||
<key>x86_64</key>
|
||||
<string>10.5.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
BIN
mmc_updater/src/resources/icon128.png
Normal file
BIN
mmc_updater/src/resources/icon128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
mmc_updater/src/resources/icon64.png
Normal file
BIN
mmc_updater/src/resources/icon64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
mmc_updater/src/resources/mac.icns
Normal file
BIN
mmc_updater/src/resources/mac.icns
Normal file
Binary file not shown.
BIN
mmc_updater/src/resources/updater.ico
Normal file
BIN
mmc_updater/src/resources/updater.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
30
mmc_updater/src/resources/updater.rc
Normal file
30
mmc_updater/src/resources/updater.rc
Normal file
@ -0,0 +1,30 @@
|
||||
IDI_APPICON ICON DISCARDABLE "updater.ico"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,0,1,0
|
||||
PRODUCTVERSION 1,0,1,0
|
||||
FILEFLAGSMASK 0X3FL
|
||||
FILEFLAGS 0X8L
|
||||
FILEOS 0X40004L
|
||||
FILETYPE 0X1
|
||||
FILESUBTYPE 0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "000004b0"
|
||||
BEGIN
|
||||
VALUE "FileVersion", "0.0.1.0"
|
||||
VALUE "ProductVersion", "1.0.1.0"
|
||||
VALUE "OriginalFilename", "updater.exe"
|
||||
VALUE "InternalName", "updater.exe"
|
||||
VALUE "FileDescription", "Software Update Tool"
|
||||
VALUE "CompanyName", "MultiMC Contributors"
|
||||
VALUE "ProductName", "MultiMC Software Updater"
|
||||
VALUE "PrivateBuild", "Built by BuildBot"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0000, 0x04b0
|
||||
END
|
||||
END
|
Reference in New Issue
Block a user