Skip to content

Commit

Permalink
dconf and nw-builder 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Aug 9, 2024
1 parent 92b08be commit bacb72f
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 413 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ function release_rpm(arch, appDirectory, done) {
vendor: metadata.author,
summary: metadata.description,
license: 'GNU General Public License v3.0',
requires: ['libatomic'],
requires: ['dconf','libatomic'],
prefix: '/opt',
files: [{
cwd: path.join(appDirectory, metadata.name, arch),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"gulp-yarn": "^3.0.0",
"gulp-zip": "^5.1.0",
"husky": "^4.3.0",
"nw-builder": "3.8.3",
"nw-builder": "3.8.6",
"os": "^0.1.2",
"postcss": "^8.4.31",
"rollup": "^3.29.4",
Expand Down
Loading

0 comments on commit bacb72f

Please sign in to comment.