Skip to content

Commit

Permalink
chore: more forever -> eternal
Browse files Browse the repository at this point in the history
  • Loading branch information
bhj committed May 17, 2022
1 parent 6cd2862 commit de742fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/electron-builder.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable max-len, no-template-curly-in-string */
const manifest = require('../package.json')
const config = {
appId: 'com.RadRoot.KaraokeForeverServer',
appId: 'com.RadRoot.KaraokeEternalServer',
files: [
...manifest.files,
'!**/node_modules/**/{CONTRIBUTORS,CNAME,AUTHOR,TODO,CONTRIBUTING,COPYING,INSTALL,NEWS,PORTING,Dockerfile,Makefile,htdocs,CHANGELOG,ChangeLog,changelog,README,Readme,readme,test,sample,example,demo,composer.json,tsconfig.json,jsdoc.json,tslint.json,typings.json,gulpfile,bower.json,package-lock,Gruntfile,CMakeLists,karma.conf,yarn.lock}*',
Expand Down
4 changes: 2 additions & 2 deletions config/webpack.license.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const applyLicenseConfig = config => {
outputFilename: 'licenses.txt',
perChunkOutput: false,
renderLicenses: (modules) => {
modules.unshift(karaokeForever)
modules.unshift(karaokeEternal)
modules.push(materialDesignIcons)

return modules.reduce((txt, m, i) => {
Expand Down Expand Up @@ -42,7 +42,7 @@ const applyLicenseConfig = config => {
return config
}

const karaokeForever = {
const karaokeEternal = {
packageJson: {
name: 'Karaoke Eternal',
},
Expand Down

0 comments on commit de742fd

Please sign in to comment.