File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Applications/Games/Assassin's Creed: Odyssey Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11include ( "engines.wine.quick_script.steam_script" ) ;
22include ( "engines.wine.verbs.uplay" ) ;
3+ include ( "engines.wine.verbs.dxvk" ) ;
34
45var installerImplementation = {
56 run : function ( ) {
@@ -12,6 +13,7 @@ var installerImplementation = {
1213 . wineDistribution ( "staging" )
1314 . postInstall ( function ( wine /*, wizard*/ ) {
1415 wine . uplay ( ) ;
16+ wine . DXVK ( ) ;
1517 } )
1618 . go ( ) ;
1719 }
Original file line number Diff line number Diff line change 11include ( "engines.wine.quick_script.uplay_script" ) ;
2+ include ( "engines.wine.verbs.dxvk" ) ;
23
34var installerImplementation = {
45 run : function ( ) {
@@ -8,6 +9,9 @@ var installerImplementation = {
89 . applicationHomepage ( "https://www.ubisoft.com/en-us/game/assassins-creed" )
910 . author ( "KREYREN" )
1011 . appId ( 5059 )
12+ . preInstall ( function ( wine /*, wizard*/ ) {
13+ wine . DXVK ( ) ;
14+ } )
1115 . go ( ) ;
1216} ;
1317
You can’t perform that action at this time.
0 commit comments