Skip to content

Commit

Permalink
chore: 확장프로그램 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Sep 27, 2024
1 parent c87b42e commit d118621
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const isDev = process.env.NODE_ENV === 'development'

export default defineManifest(async () => ({
manifest_version: 3,
name: isDev ? '[DEV] Gachon Tools - 사이버캠퍼스 확장프로그램' : 'Gachon Tools - 사이버캠퍼스 확장프로그램',
name: isDev
? '[DEV] Gachon Tools - 과제 대시보드 · 사이버캠퍼스 어시스턴트'
: 'Gachon Tools - 과제 대시보드 · 사이버캠퍼스 어시스턴트',
description: packageJson.description,
version: label === '0' ? `${major}.${minor}.${patch}` : `${major}.${minor}.${patch}.${label}`,
version_name: packageJson.version,
Expand Down

0 comments on commit d118621

Please sign in to comment.