Skip to content

Commit

Permalink
Add: Mspaint
Browse files Browse the repository at this point in the history
  • Loading branch information
qparis committed Jan 17, 2019
1 parent 22678fd commit 6f82923
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Applications/Graphics/Microsoft Paint/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
include(["engines", "wine", "quick_script", "zip_script"]);

var installerImplementation = {
run: function () {
new ZipScript()
.name("Microsoft Paint")
.editor("Microsoft")
.applicationHomepage("http://www.microsoft.com")
.author("Quentin PÂRIS")
.url("https://web.archive.org/web/20130218065827if_/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe")
.checksum("a22c4e367ef9d2cd23f0a8ae8d9ebff5bc1e8a0b")
.category("Graphics")
.executable("MSPAINT.EXE")
.go();
}
};

/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
11 changes: 11 additions & 0 deletions Applications/Graphics/Microsoft Paint/Online/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scriptName" : "Online",
"id" : "online",
"compatibleOperatingSystems" : [
"MACOSX",
"LINUX"
],
"testingOperatingSystems" : [],
"free" : true,
"requiresPatch" : false
}
5 changes: 5 additions & 0 deletions Applications/Graphics/Microsoft Paint/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name" : "Microsoft Paint",
"id" : "microsoftpaint",
"description" : "Because we are nostalgic people."
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f82923

Please sign in to comment.