changed auto updater repo and version

This commit is contained in:
stratuma 2024-06-23 19:51:50 +02:00
parent 77ed67de86
commit 985916fac5
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
Crunchyroll <br /> Crunchyroll <br />
Downloader Downloader
</div> </div>
<div class="text-sm mt-1 text-gray-200"> v1.2.2 </div> <div class="text-sm mt-1 text-gray-200"> v1.2.3 </div>
<div class="absolute right-0 bottom-0 text-xs text-gray-200"> Made by Stratum </div> <div class="absolute right-0 bottom-0 text-xs text-gray-200"> Made by OpenSTDL </div>
</div> </div>
</template> </template>

View File

@ -1,11 +1,11 @@
{ {
"name": "crunchyroll-downloader", "name": "crunchydl",
"author": "Stratum", "author": "OpenSTDL",
"description": "Crunchyroll Downloader", "description": "Crunchyroll Downloader",
"version": "1.2.2", "version": "1.2.3",
"private": true, "private": true,
"main": ".output/src/electron/background.js", "main": ".output/src/electron/background.js",
"repository": "https://github.com/stratuma/Crunchyroll-Downloader-v4.0", "repository": "https://github.com/OpenSTDL/CrunchyDL",
"scripts": { "scripts": {
"dev": "nuxt dev -o", "dev": "nuxt dev -o",
"build": "nuxt generate", "build": "nuxt generate",