From 0e3e7d7305e435e5c81789778c307119b3c14bd0 Mon Sep 17 00:00:00 2001 From: Daniel Haller Date: Fri, 26 Apr 2024 15:40:08 +0200 Subject: [PATCH] updated design and switched versions --- build.js | 4 +- components/MainHeader.vue | 37 +-- nuxt.config.ts | 9 +- package.json | 9 +- pages/addanime.vue | 49 +++- pages/adnlogin.vue | 24 +- pages/crunchylogin.vue | 24 +- pages/index.vue | 116 ++++++--- pnpm-lock.yaml | 512 ++++++++++++++++++++++--------------- public/logo.png | Bin 0 -> 34640 bytes src/electron/background.ts | 35 ++- 11 files changed, 525 insertions(+), 294 deletions(-) create mode 100644 public/logo.png diff --git a/build.js b/build.js index 94607a2..004c074 100644 --- a/build.js +++ b/build.js @@ -16,10 +16,10 @@ const options = { buildDependenciesFromSource: true, directories: { - output: 'crunchyroll-downloader-output' + output: 'crunchyroll-downloader-output-${version}' }, win: { - artifactName: 'crunchyd-Setup-${version}.${ext}', + artifactName: 'crunchyroll-downloader-${version}-windows-installer.${ext}', icon: "public/favicon.ico", target: [ { diff --git a/components/MainHeader.vue b/components/MainHeader.vue index 7abf5a1..a2bffe7 100644 --- a/components/MainHeader.vue +++ b/components/MainHeader.vue @@ -1,22 +1,29 @@