There is a syntax error in
include("engines.wine.quick_script.uplay_script");
include("engines.wine.verbs.dxvk");
var installerImplementation = {
run: function () {
new UplayScript()
.name("Assassin's Creed")
.editor("Ubisoft, Gameloft, Ubisoft Montreal, Blue Byte, MORE")
.applicationHomepage("https://www.ubisoft.com/en-us/game/assassins-creed")
.author("KREYREN")
.appId(273)
.preInstall(function (wine/*, wizard*/) {
wine.DXVK();
})
.go();
};
/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
where run: function () { doesn't have closing argument, but Travis still succeed -> Update travis definition
Originally posted by @Kreyren in #967 (comment)
Relevant: https://github.com/PhoenicisOrg/scripts/pull/967/checks?check_run_id=142782995
There is a syntax error in
where
run: function () {doesn't have closing argument, but Travis still succeed -> Update travis definitionOriginally posted by @Kreyren in #967 (comment)
Relevant: https://github.com/PhoenicisOrg/scripts/pull/967/checks?check_run_id=142782995