Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 7bd888d

Browse files
committed
Preparing for release.
1 parent d1f4cf8 commit 7bd888d

File tree

3 files changed

+10
-231
lines changed

3 files changed

+10
-231
lines changed

Gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const { exec } = require('child_process');
77

88
gulp.task('copy', () => {
99
gulp.src('app/src/img/icons/**/*').pipe(gulp.dest('build'));
10+
gulp.src('app/src/img/icons/icon.png').pipe(gulp.dest('build/src/img/icons/'))
1011

1112
return gulp.src('app/lib/**/*').pipe(gulp.dest('build/lib'));
1213
});

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tobs",
33
"productName": "Tobs",
4-
"version": "0.1.0",
4+
"version": "0.1.0-beta",
55
"description": "Tobs is a nice litle system health monitor app for Mac and Windows.",
66
"scripts": {
77
"start": "electron ."

0 commit comments

Comments
 (0)