Skip to content

Commit

Permalink
Latest ink (0.9.0), latest inkjs (1.10.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Jun 10, 2019
1 parent ad16a98 commit 3358ea2
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 7,033 deletions.
7,008 changes: 0 additions & 7,008 deletions app/export-for-web-template/hacked-inkjs-1.7.1.js

This file was deleted.

Binary file modified app/main-process/ink/ink-engine-runtime.dll
Binary file not shown.
Binary file added app/main-process/ink/ink-engine-runtime.pdb
Binary file not shown.
Binary file modified app/main-process/ink/ink_compiler.dll
Binary file not shown.
Binary file added app/main-process/ink/ink_compiler.pdb
Binary file not shown.
Binary file modified app/main-process/ink/inkjs-compatible/ink-engine-runtime.dll
Binary file not shown.
Binary file not shown.
Binary file modified app/main-process/ink/inkjs-compatible/ink_compiler.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions app/main-process/ink/inkjs-compatible/inkjs-version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkjs is currently: 1.7.1
compatible with ink: 0.8.1 + 9c7c6552653104f853652f3f3ad86249cde5e106
inkjs is currently: 1.10.0
compatible with ink: 1.10.0

..which is the version of inklecate in this folder.
Binary file not shown.
Binary file modified app/main-process/ink/inkjs-compatible/inklecate_mac
Binary file not shown.
Binary file modified app/main-process/ink/inkjs-compatible/inklecate_win.exe
Binary file not shown.
Binary file added app/main-process/ink/inklecate.pdb
Binary file not shown.
Binary file modified app/main-process/ink/inklecate_mac
Binary file not shown.
Binary file modified app/main-process/ink/inklecate_win.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion app/main-process/ink/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.9.0
47 changes: 33 additions & 14 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inky",
"productName": "Inky",
"version": "0.10.0",
"version": "0.11.0",
"description": "An editor for ink",
"main": "main-process/main.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"chokidar": "^2.0.4",
"fuzzaldrin-plus": "^0.5",
"inkjs": "^1.7.1",
"inkjs": "^1.10.2",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"randomstring": "^1.1.5"
Expand Down
8 changes: 2 additions & 6 deletions app/renderer/inkProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,9 @@ InkProject.prototype.buildForWeb = function(jsonFilePath, targetDirectory) {
return fileContent;
});



// Copy other files verbatim
// copyFile(path.join(__dirname, "../node_modules/inkjs/dist/ink.js"),
// path.join(targetDirectory, "ink.js"));
copyFile(path.join(templateDir, "hacked-inkjs-1.7.1.js"),
path.join(targetDirectory, "ink.js"));
copyFile(path.join(__dirname, "../node_modules/inkjs/dist/ink.js"),
path.join(targetDirectory, "ink.js"));

copyFile(path.join(templateDir, "style.css"),
path.join(targetDirectory, "style.css"));
Expand Down

0 comments on commit 3358ea2

Please sign in to comment.