Skip to content

Commit

Permalink
chore(main): release apps 1.11.3 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: darcusk[bot] <135838468+darcusk[bot]@users.noreply.github.com>
  • Loading branch information
darcusk[bot] authored Feb 5, 2025
1 parent 66b043f commit 366f1a4
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"apps": "1.11.2"
"apps": "1.11.3"
}
7 changes: 7 additions & 0 deletions apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.3](https://github.com/marcusk-studio/hippolytus/compare/apps-v1.11.2...apps-v1.11.3) (2025-02-05)


### 👽 Miscellaneous

* **app:** add google font to csp ([66b043f](https://github.com/marcusk-studio/hippolytus/commit/66b043fdde0bfb009a99df36928b1ac4676df16f))

## [1.11.2](https://github.com/marcusk-studio/hippolytus/compare/apps-v1.11.1...apps-v1.11.2) (2025-02-05)


Expand Down
192 changes: 92 additions & 100 deletions apps/app/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,102 +1,94 @@
{
"build":{
"beforeDevCommand":"pnpm turbo run dev --filter=@modrinth/app-frontend",
"beforeBuildCommand":"pnpm turbo run build --filter=@modrinth/app-frontend",
"frontendDist":"../app-frontend/dist",
"devUrl":"http://localhost:1420"
},
"bundle":{
"active":true,
"category":"Game",
"copyright":"",
"targets":"all",
"externalBin":[

],
"icon":[
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows":{
"certificateThumbprint":null,
"digestAlgorithm":"sha256",
"nsis":{
"installMode":"perMachine",
"installerHooks":"./nsis/hooks.nsi"
}
},
"longDescription":"",
"macOS":{
"entitlements":"App.entitlements",
"exceptionDomain":"",
"frameworks":[

],
"providerShortName":null,
"signingIdentity":null
},
"resources":[

],
"shortDescription":"",
"linux":{
"deb":{
"depends":[

]
}
}
},
"productName":"MARCUSK Launcher",
"version":"1.11.2",
"mainBinaryName":"MARCUSK Launcher",
"identifier":"MARCUSKLauncher",
"app":{
"withGlobalTauri":false,
"macOSPrivateApi":true,
"windows":[
{
"titleBarStyle":"Overlay",
"hiddenTitle":true,
"fullscreen":false,
"height":800,
"resizable":true,
"title":"MARCUSK Launcher",
"width":1280,
"minHeight":700,
"minWidth":1100,
"visible":true,
"zoomHotkeysEnabled":false,
"decorations":false
}
],
"security":{
"assetProtocol":{
"scope":[
"$APPDATA/caches/icons/*",
"$APPCONFIG/caches/icons/*",
"$CONFIG/caches/icons/*"
],
"enable":true
},
"capabilities":[
"ads",
"core",
"plugins"
],
"csp":{
"default-src":"'self' customprotocol: asset:",
"connect-src":"ipc: http://ipc.localhost https://modrinth.com https://*.modrinth.com https://*.posthog.com https://*.sentry.io https://api.mclo.gs https://cdn.marcuskstudio.live https://cdn.marcusk.fun https://fonts.googleapis.com",
"font-src":[
"https://fonts.gstatic.com https://fonts.googleapis.com"
],
"img-src":"https: 'unsafe-inline' 'self' asset: http://asset.localhost blob: data:",
"style-src":"'unsafe-inline' 'self' https://fonts.googleapis.com",
"script-src":"https://*.posthog.com 'self'",
"frame-src":"https://www.youtube.com https://www.youtube-nocookie.com https://discord.com 'self'"
}
}
}
"build": {
"beforeDevCommand": "pnpm turbo run dev --filter=@modrinth/app-frontend",
"beforeBuildCommand": "pnpm turbo run build --filter=@modrinth/app-frontend",
"frontendDist": "../app-frontend/dist",
"devUrl": "http://localhost:1420"
},
"bundle": {
"active": true,
"category": "Game",
"copyright": "",
"targets": "all",
"externalBin": [],
"icon": [
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"nsis": {
"installMode": "perMachine",
"installerHooks": "./nsis/hooks.nsi"
}
},
"longDescription": "",
"macOS": {
"entitlements": "App.entitlements",
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"linux": {
"deb": {
"depends": []
}
}
},
"productName": "MARCUSK Launcher",
"version": "1.11.3",
"mainBinaryName": "MARCUSK Launcher",
"identifier": "MARCUSKLauncher",
"app": {
"withGlobalTauri": false,
"macOSPrivateApi": true,
"windows": [
{
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"fullscreen": false,
"height": 800,
"resizable": true,
"title": "MARCUSK Launcher",
"width": 1280,
"minHeight": 700,
"minWidth": 1100,
"visible": true,
"zoomHotkeysEnabled": false,
"decorations": false
}
],
"security": {
"assetProtocol": {
"scope": [
"$APPDATA/caches/icons/*",
"$APPCONFIG/caches/icons/*",
"$CONFIG/caches/icons/*"
],
"enable": true
},
"capabilities": [
"ads",
"core",
"plugins"
],
"csp": {
"default-src": "'self' customprotocol: asset:",
"connect-src": "ipc: http://ipc.localhost https://modrinth.com https://*.modrinth.com https://*.posthog.com https://*.sentry.io https://api.mclo.gs https://cdn.marcuskstudio.live https://cdn.marcusk.fun https://fonts.googleapis.com",
"font-src": [
"https://fonts.gstatic.com https://fonts.googleapis.com"
],
"img-src": "https: 'unsafe-inline' 'self' asset: http://asset.localhost blob: data:",
"style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com",
"script-src": "https://*.posthog.com 'self'",
"frame-src": "https://www.youtube.com https://www.youtube-nocookie.com https://discord.com 'self'"
}
}
}
}

0 comments on commit 366f1a4

Please # to comment.