File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
CrossOver/Projects/315 Haxe - AIR Projector Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 <movie fps =" 30" />
99 <movie width =" 800" />
1010 <movie height =" 600" />
11- <movie version =" 17 " />
11+ <movie version =" 12 " />
1212 <movie minorVersion =" 0" />
1313 <movie platform =" AIR" />
1414 <movie background =" #FFFFFF" />
Original file line number Diff line number Diff line change @@ -254,14 +254,16 @@ Section "${DIST_NAME}" Main
254254 ; Remove PluginCore from plugins...
255255 Delete " $INSTDIR\Plugins\PluginCore.dll"
256256
257- ; Patch CrossOver/Wine files
257+ ; Patch CrossOver/Wine files, remove 64bit
258258 SetOverwrite on
259259 SetOutPath " $INSTDIR"
260260 Call GetIsWine
261261 Pop $0
262262 ${If} $0 != " not_found"
263- SetOutPath " $INSTDIR"
264263 File /r /x .svn /x .empty /x *.db " CrossOver\*.*"
264+ Delete " $INSTDIR\*64.exe"
265+ Delete " $INSTDIR\*64.exe.config"
266+ Delete " $INSTDIR\*64.dll"
265267 ${EndIf}
266268
267269 ; Write update flag file...
You can’t perform that action at this time.
0 commit comments