summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'mmc_updater/src/resources')
-rw-r--r--mmc_updater/src/resources/Info.plist38
-rw-r--r--mmc_updater/src/resources/icon128.pngbin3802 -> 0 bytes
-rw-r--r--mmc_updater/src/resources/icon64.pngbin2182 -> 0 bytes
-rw-r--r--mmc_updater/src/resources/mac.icnsbin43606 -> 0 bytes
-rw-r--r--mmc_updater/src/resources/updater.icobin82726 -> 0 bytes
-rw-r--r--mmc_updater/src/resources/updater.manifest27
-rw-r--r--mmc_updater/src/resources/updater.rc30
7 files changed, 0 insertions, 95 deletions
diff --git a/mmc_updater/src/resources/Info.plist b/mmc_updater/src/resources/Info.plist
deleted file mode 100644
index 93e97ccd..00000000
--- a/mmc_updater/src/resources/Info.plist
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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>
diff --git a/mmc_updater/src/resources/icon128.png b/mmc_updater/src/resources/icon128.png
deleted file mode 100644
index 324452aa..00000000
--- a/mmc_updater/src/resources/icon128.png
+++ /dev/null
Binary files differ
diff --git a/mmc_updater/src/resources/icon64.png b/mmc_updater/src/resources/icon64.png
deleted file mode 100644
index 5e3373e2..00000000
--- a/mmc_updater/src/resources/icon64.png
+++ /dev/null
Binary files differ
diff --git a/mmc_updater/src/resources/mac.icns b/mmc_updater/src/resources/mac.icns
deleted file mode 100644
index 7c8fa2ef..00000000
--- a/mmc_updater/src/resources/mac.icns
+++ /dev/null
Binary files differ
diff --git a/mmc_updater/src/resources/updater.ico b/mmc_updater/src/resources/updater.ico
deleted file mode 100644
index b011bac9..00000000
--- a/mmc_updater/src/resources/updater.ico
+++ /dev/null
Binary files differ
diff --git a/mmc_updater/src/resources/updater.manifest b/mmc_updater/src/resources/updater.manifest
deleted file mode 100644
index cafc47d3..00000000
--- a/mmc_updater/src/resources/updater.manifest
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
- <assemblyIdentity name="MultiMC.Updater.1" type="win32" version="1.0.0.0" />
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
- </requestedPrivileges>
- </security>
- </trustInfo>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*"/>
- </dependentAssembly>
- </dependency>
- <description>Software updater for MultiMC.</description>
- <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
- <application>
- <!--The ID below indicates app support for Windows Vista -->
- <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
- <!--The ID below indicates app support for Windows 7 -->
- <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
- <!--The ID below indicates app support for Windows Developer Preview / Windows 8 -->
- <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
- </application>
- </compatibility>
-</assembly> \ No newline at end of file
diff --git a/mmc_updater/src/resources/updater.rc b/mmc_updater/src/resources/updater.rc
deleted file mode 100644
index 9c7c5711..00000000
--- a/mmc_updater/src/resources/updater.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef WIN32_LEAN_AND_MEAN
-#define WIN32_LEAN_AND_MEAN
-#endif
-#include <windows.h>
-
-IDI_APPICON ICON DISCARDABLE "updater.ico"
-
-1 RT_MANIFEST "updater.manifest"
-
-VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1,0,0,0
-FILEOS VOS_NT_WINDOWS32
-FILETYPE VFT_APP
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "CompanyName", "MultiMC Contributors"
- VALUE "FileDescription", "Software Update Tool"
- VALUE "FileVersion", "1.0.0.0"
- VALUE "ProductName", "MultiMC Software Updater"
- VALUE "ProductVersion", "1.0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0000, 0x04b0 // Unicode
- END
-END \ No newline at end of file