italomandara / CXPatcher

A patcher to upgrade Crossover dependencies and improve compatibility
GNU General Public License v3.0
834 stars 22 forks source link

Block Crossover autoUpdate when patched #108

Closed italomandara closed 9 months ago

italomandara commented 10 months ago

Need to replace CrossOver.app/Contents/Info.plist @Gcenx please add more details if needed

Gcenx commented 10 months ago

We don’t really need to replace the file just run sed on it to remove the update url

italomandara commented 10 months ago

We don’t really need to replace the file just run sed on it to remove the update url

this? <key>SUFeedURL</key> <string>https://www.codeweavers.com/xml/versions/cxmac.xml</string>

Gcenx commented 10 months ago

this? <key>SUFeedURL</key> <string>https://www.codeweavers.com/xml/versions/cxmac.xml</string>

Yep just remove the url so the thing is empty, this is done as the moment you remove sparkle.framework crossover will break.

italomandara commented 9 months ago

Implemented in https://github.com/italomandara/CXPatcher/pull/121