Skip to content

Commit

Permalink
feat: updated app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Apr 22, 2024
1 parent f838c6e commit 9da052d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 0 deletions.
Binary file modified docs/icons/icon.icns
Binary file not shown.
Binary file modified docs/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/icons/icon.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/icons/script.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
output_path=icon.iconset

mkdir $output_path

# the convert command comes from imagemagick
for size in 16 32 64 128 256 512; do
half="$(($size / 2))"
Expand All @@ -8,3 +10,5 @@ for size in 16 32 64 128 256 512; do
done

iconutil -c icns $output_path

rm -rf $output_path
Binary file modified docs/website/public/img/icon.webp
Binary file not shown.
Binary file modified v16/src/jvmMain/resources/icon.icns
Binary file not shown.
Binary file modified v16/src/jvmMain/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions v16/src/jvmMain/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
</encoder>
</appender>

<appender name="SENTRY" class="io.sentry.logback.SentryAppender">
<options>
<environment>production</environment>
<release>${jpackage.app-version}</release>
<dsn>https://74aa6b85c94f14103d00617c9626a52e@o915528.ingest.us.sentry.io/4504402951864320</dsn>
</options>
<!-- Optionally change minimum Event level. Default for Events is ERROR -->
<minimumEventLevel>ERROR</minimumEventLevel>
<!-- Optionally change minimum Breadcrumbs level. Default for Breadcrumbs is INFO -->
<minimumBreadcrumbLevel>TRACE</minimumBreadcrumbLevel>
</appender>

<logger name="com.monta" level="TRACE"/>

<root level="INFO">
Expand Down
Binary file added v201/src/jvmMain/resources/icon.icns
Binary file not shown.
Binary file added v201/src/jvmMain/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9da052d

Please sign in to comment.