Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
closes #615, closes #617
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptPilot authored and scriptPilot committed Jul 1, 2017
1 parent 587fb16 commit 1ace0a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<br />

## Version 1.9.7

Released on 2017-07-01

### Bug-fixes

- [x] [#615 - npm install - Error: Failed to setup app folder](https://github.com/scriptPilot/app-framework/issues/615)
- [x] [#617 - Failed to setup](https://github.com/scriptPilot/app-framework/issues/617)

## Version 1.9.6

Released on 2017-06-22
Expand Down
Binary file added client/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "iOS and Android Apps with HTML & JavaScript - develop, build and deploy - free and open source!",
"author": "scriptPilot <mail@scriptPilot.de> (https://github.com/scriptPilot)",
"repository": "https://github.com/scriptPilot/app-framework.git",
"version": "1.9.6",
"version": "1.9.7",
"license": "MIT",
"scripts": {
"postinstall": "node scripts/postinstall",
Expand Down
2 changes: 1 addition & 1 deletion scripts/reset-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let resetAppFolder = function (callback) {
}
}
let copyIconFile = function (callback) {
fs.copy(abs(__dirname, '../demo/icon.png'), abs(dest, 'icon.png'), function (err) {
fs.copy(abs(__dirname, '../client/icon.png'), abs(dest, 'icon.png'), function (err) {
alert('Copying icon file - please wait ...')
if (!err) {
alert('Icon file copied.')
Expand Down

0 comments on commit 1ace0a6

Please sign in to comment.