Skip to content

Commit

Permalink
Reverted the backend vendor upgrade, build failed. Also changed color…
Browse files Browse the repository at this point in the history
…s to absolute default values due to windows acting up. Some slight media adjustments for light/dark themes as well.

This reverts commit 6fd56a4c6a035ac9e488d2f3e0dbe227b389b062.
  • Loading branch information
adrianrudnik committed Nov 1, 2023
1 parent 3e74020 commit b880d3d
Show file tree
Hide file tree
Showing 21 changed files with 311 additions and 265 deletions.
114 changes: 0 additions & 114 deletions frontend/src/assets/media/logo-w-nb.inkscape.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions frontend/src/assets/media/logo-wide-light.inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/src/assets/media/logo.inkscape.png
Binary file not shown.
2 changes: 0 additions & 2 deletions frontend/src/views/InfoView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<template>
<SectionHeadline title="How it works"> </SectionHeadline>

<AppStatus class="pb-3" />
</template>

Expand Down
2 changes: 1 addition & 1 deletion service/.idea/runConfigurations/Create_linux_binary.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/.idea/runConfigurations/linux_build_gui_only.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Website = "https://www.ablegram.app"
Name = "Ablegram"
ID = "com.ablegram.app"
Version = "1.0.0"
Build = 7
Build = 10
Binary file added service/assets/logo-wide-dark.static.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 service/assets/logo-wide-light.static.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 removed service/assets/logo.png
Binary file not shown.
9 changes: 9 additions & 0 deletions service/bin/build-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash -e

cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..

go generate

CGO_ENABLED=1 GOARCH=amd64 GOOS=linux CC= go build -o Ablegram .

tar -czvf Ablegram-v1.0.0-linux.tar.gz Ablegram
9 changes: 9 additions & 0 deletions service/bin/build-windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash -e

cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..

go generate

CGO_ENABLED=1 GOOS=windows CC=x86_64-w64-mingw32-gcc go build -o Ablegram.exe .

zip Ablegram-v1.0.0-windows.zip Ablegram.exe
11 changes: 8 additions & 3 deletions service/bundled.go

Large diffs are not rendered by default.

Loading

0 comments on commit b880d3d

Please sign in to comment.