Skip to content

Commit

Permalink
Default WriteNeuConfig to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFqx committed Aug 14, 2024
1 parent c5db111 commit b319729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/write-neu-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { team, title, team_dashed, title_dashed, git_count, neutralino } from '.
import neuConf from './neu-template.json';
import { writeFileSync } from 'fs';

export default function WriteNeuConfig(isProd: boolean) {
export default function WriteNeuConfig(isProd = false) {
neuConf.applicationId = `${team_dashed}.${title_dashed}`;
neuConf.modes.window.title = `${title} by ${team}`;
neuConf.cli.binaryName = `${team_dashed}-${title_dashed}`;
Expand Down

0 comments on commit b319729

Please sign in to comment.