Drop executable bit from most files
0
.buildconfig
Executable file → Normal file
0
.github/FUNDING.yml
vendored
Executable file → Normal file
0
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Executable file → Normal file
0
.github/workflows/build.yml
vendored
Executable file → Normal file
0
.gitignore
vendored
Executable file → Normal file
0
com.github.bleakgrey.tootle.json
Executable file → Normal file
0
data/app.css
Executable file → Normal file
0
data/com.github.bleakgrey.tootle.appdata.xml.in
Executable file → Normal file
0
data/com.github.bleakgrey.tootle.desktop.in
Executable file → Normal file
0
data/com.github.bleakgrey.tootle.gschema.xml
Executable file → Normal file
0
data/gresource.xml
Executable file → Normal file
0
data/icons/color-nightly.svg
Executable file → Normal file
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
0
data/icons/color.svg
Executable file → Normal file
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
0
data/icons/scalable/actions/globe-symbolic.svg
Executable file → Normal file
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
0
data/icons/scalable/actions/hashtag-symbolic.svg
Executable file → Normal file
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
0
data/icons/scalable/actions/mention-symbolic.svg
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
0
data/icons/symbolic.svg
Executable file → Normal file
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
0
data/meson.build
Executable file → Normal file
0
data/screenshot1.png
Executable file → Normal file
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 187 KiB |
0
data/screenshot2.png
Executable file → Normal file
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
0
data/screenshot3.png
Executable file → Normal file
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 187 KiB |
0
data/screenshot4.png
Executable file → Normal file
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
0
data/ui/dialogs/main.ui
Executable file → Normal file
0
data/ui/dialogs/new_account.ui
Executable file → Normal file
0
data/ui/dialogs/preferences.ui
Executable file → Normal file
0
data/ui/menus.ui
Executable file → Normal file
0
data/ui/views/base.ui
Executable file → Normal file
0
data/ui/views/new_account.ui
Executable file → Normal file
0
data/ui/views/profile_header.ui
Executable file → Normal file
0
data/ui/views/sidebar/account.ui
Executable file → Normal file
0
data/ui/views/sidebar/item.ui
Executable file → Normal file
0
data/ui/views/sidebar/view.ui
Executable file → Normal file
0
data/ui/widgets/accounts_button_item.ui
Executable file → Normal file
0
data/ui/widgets/compose_attachment.ui
Executable file → Normal file
0
data/ui/widgets/profile_field_row.ui
Executable file → Normal file
0
data/ui/widgets/status.ui
Executable file → Normal file
0
data/ui/widgets/timeline_footer.ui
Executable file → Normal file
0
data/ui/widgets/timeline_menu.ui
Executable file → Normal file
@ -1,3 +1,5 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
meson build --prefix=/usr
|
meson build --prefix=/usr
|
||||||
cd build
|
cd build
|
||||||
|
0
meson.build
Executable file → Normal file
0
po/LINGUAS
Executable file → Normal file
0
po/POTFILES
Executable file → Normal file
0
po/com.github.bleakgrey.tootle.pot
Executable file → Normal file
0
po/de_DE.po
Executable file → Normal file
0
po/meson.build
Executable file → Normal file
0
po/nb-NO.po
Executable file → Normal file
@ -1,3 +1,5 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cd build
|
cd build
|
||||||
ninja com.github.bleakgrey.tootle-update-po
|
ninja com.github.bleakgrey.tootle-update-po
|
||||||
|