Skip to content

Commit

Permalink
gulpfile.js - remove gconf2 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Jul 29, 2024
1 parent 72e078b commit 92b08be
Showing 1 changed file with 1 addition and 1 deletion.
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: ['GConf2', 'libatomic'],
requires: ['libatomic'],
prefix: '/opt',
files: [{
cwd: path.join(appDirectory, metadata.name, arch),
Expand Down

0 comments on commit 92b08be

Please sign in to comment.