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

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Mar 1, 2017
1 parent 52a78b3 commit 40a1647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpTasks/building.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ gulp.task('build-dist', (cb) => {
JSON.stringify(appPackageJson, null, 2),
'utf-8'
);
// TODO rename files before packaging

const targets = [];
if (options.mac) targets.push(builder.Platform.MAC);
Expand Down

0 comments on commit 40a1647

Please sign in to comment.