Skip to content

Commit

Permalink
remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH committed Jan 3, 2025
1 parent 26f4107 commit b0177ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions packages/stage/tamagotchi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="アイリ" />
<script>
;(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
<script src="/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js"></script>
</head>
<body class="font-sans">
Expand Down
10 changes: 5 additions & 5 deletions packages/tamagotchi/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ linux:
- AppImage
- snap
- deb
maintainer: electronjs.org
category: Utility
maintainer: github.com/moeru-ai Contributors
category: Entertainment
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates
# publish:
# provider: generic
# url: https://example.com/auto-updates

0 comments on commit b0177ec

Please sign in to comment.