Browse Source

Added 64 bit icon resource.

Mark Sibly 7 years ago
parent
commit
0c399ad3b4
2 changed files with 4 additions and 0 deletions
  1. 4 0
      src/launcher/launcher.monkey2
  2. BIN
      src/launcher/resource_x64.o

+ 4 - 0
src/launcher/launcher.monkey2

@@ -10,7 +10,11 @@ Using std..
 '
 'windres resource.rc resource.o
 
+#If __ARCH__="x86"
 #Import "resource.o"
+#Elseif __ARCH__="x64"
+#Import "resource_x64.o"
+#endif
 
 #Endif
 

BIN
src/launcher/resource_x64.o