File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Applications/Games/Assassin's Creed IV Black Flag 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" ) ;
2+ include ( "engines.wine.verbs.dxvk" ) ;
23
34var installerImplementation = {
45 run : function ( ) {
@@ -12,6 +13,7 @@ var installerImplementation = {
1213 . postInstall ( function ( wine /*, wizard*/ ) {
1314 // the automatically installed Uplay version does not update properly
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 ( 273 )
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