Skip to content

Commit

Permalink
Update Space Colony, remove obsolete pre-install message (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemogiter authored and plata committed Mar 5, 2019
1 parent 6b92ee6 commit 1ee3f73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Applications/Games/Space Colony/Local/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ var installerImplementation = {
.wineDistribution("upstream")
.wineVersion(LATEST_DEVELOPMENT_VERSION)
.executable("Space Colony.exe")
.preInstall(function (wine, wizard) {
wizard.message(tr("Once the progress bar closes, an installation complete window should appear but in case it does not you should kill the process which name consist of just one dot."));
})
.postInstall(function (wine, /*wizard*/){
var patch = new Resource()
.wizard(this._wizard)
Expand Down

0 comments on commit 1ee3f73

Please sign in to comment.