Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into wine-4.13
  • Loading branch information
plata authored Aug 12, 2019
commit bbbe7459677ca96dea5b75baf13314aac02b568e
16 changes: 2 additions & 14 deletions Engines/Wine/Engine/Object/script.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
include("engines.wine.engine.implementation");
include("utils.functions.filesystem.files");
include("utils.functions.filesystem.extract");
include("utils.functions.net.download");
include("utils.functions.net.resource");

/* exported LATEST_STABLE_VERSION */
const LATEST_STABLE_VERSION = "4.0.1";
/* exported LATEST_DEVELOPMENT_VERSION */
var LATEST_DEVELOPMENT_VERSION = "4.13";
/* exported LATEST_STAGING_VERSION */
var LATEST_STAGING_VERSION = "4.13";
/* exported LATEST_DOS_SUPPORT_VERSION */
const LATEST_DOS_SUPPORT_VERSION = "4.0";
const WineEngine = include("engines.wine.engine.implementation");
const {fileExists} = include("utils.functions.filesystem.files");

const FilenameUtils = Java.type("org.apache.commons.io.FilenameUtils");

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.