From c52d8b50898964949649eb2556348d96fdc31676 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Fri, 23 Jul 2021 20:58:03 +0300 Subject: [PATCH] Drop executable bit from most files --- .buildconfig | 0 .github/FUNDING.yml | 0 .github/ISSUE_TEMPLATE/bug-report.md | 0 .github/workflows/build.yml | 0 .gitignore | 0 LICENSE | 0 README.md | 0 com.github.bleakgrey.tootle.json | 0 data/app.css | 0 data/com.github.bleakgrey.tootle.appdata.xml.in | 0 data/com.github.bleakgrey.tootle.desktop.in | 0 data/com.github.bleakgrey.tootle.gschema.xml | 0 data/gresource.xml | 0 data/icons/color-nightly.svg | 0 data/icons/color.svg | 0 data/icons/scalable/actions/globe-symbolic.svg | 0 data/icons/scalable/actions/hashtag-symbolic.svg | 0 data/icons/scalable/actions/mention-symbolic.svg | 0 data/icons/symbolic.svg | 0 data/meson.build | 0 data/screenshot1.png | Bin data/screenshot2.png | Bin data/screenshot3.png | Bin data/screenshot4.png | Bin data/ui/dialogs/main.ui | 0 data/ui/dialogs/new_account.ui | 0 data/ui/dialogs/preferences.ui | 0 data/ui/menus.ui | 0 data/ui/views/base.ui | 0 data/ui/views/new_account.ui | 0 data/ui/views/profile_header.ui | 0 data/ui/views/sidebar/account.ui | 0 data/ui/views/sidebar/item.ui | 0 data/ui/views/sidebar/view.ui | 0 data/ui/widgets/accounts_button_item.ui | 0 data/ui/widgets/compose_attachment.ui | 0 data/ui/widgets/profile_field_row.ui | 0 data/ui/widgets/status.ui | 0 data/ui/widgets/timeline_footer.ui | 0 data/ui/widgets/timeline_menu.ui | 0 install.sh | 2 ++ meson.build | 0 po/LINGUAS | 0 po/POTFILES | 0 po/com.github.bleakgrey.tootle.pot | 0 po/de_DE.po | 0 po/es.po | 0 po/meson.build | 0 po/nb-NO.po | 0 po/regenerate-po-files.sh | 2 ++ po/ru_RU.po | 0 src/.editorconfig | 0 src/API/Account.vala | 0 src/API/AccountField.vala | 0 src/API/Attachment.vala | 0 src/API/Conversation.vala | 0 src/API/Entity.vala | 0 src/API/List.vala | 0 src/API/Mention.vala | 0 src/API/Notification.vala | 0 src/API/Relationship.vala | 0 src/API/SearchResults.vala | 0 src/API/Status.vala | 0 src/API/Tag.vala | 0 src/Application.vala | 0 src/Build.vala.in | 0 src/Dialogs/Composer/Dialog.vala | 0 src/Dialogs/ListEditor.vala | 0 src/Dialogs/MainWindow.vala | 0 src/Dialogs/NewAccount.vala | 0 src/Dialogs/Preferences.vala | 0 src/Dialogs/Saveable.vala | 0 src/Services/Accounts/AccountHolder.vala | 0 src/Services/Accounts/AccountStore.vala | 0 src/Services/Accounts/InstanceAccount.vala | 0 src/Services/Accounts/Mastodon/Account.vala | 0 src/Services/Accounts/SecretAccountStore.vala | 0 src/Services/Cache/AbstractCache.vala | 0 src/Services/Cache/EntityCache.vala | 0 src/Services/Cache/ImageCache.vala | 0 src/Services/Network/Network.vala | 0 src/Services/Network/Request.vala | 0 src/Services/Network/Streamable.vala | 0 src/Services/Network/Streams.vala | 0 src/Services/Settings.vala | 0 src/Utils/DateTime.vala | 0 src/Utils/Host.vala | 0 src/Utils/Html.vala | 0 src/Views/Base.vala | 0 src/Views/Bookmarks.vala | 0 src/Views/ContentBase.vala | 0 src/Views/Conversations.vala | 0 src/Views/Favorites.vala | 0 src/Views/Federated.vala | 0 src/Views/Hashtag.vala | 0 src/Views/Home.vala | 0 src/Views/List.vala | 0 src/Views/Lists.vala | 0 src/Views/Local.vala | 0 src/Views/Main.vala | 0 src/Views/Notifications.vala | 0 src/Views/Profile.vala | 0 src/Views/Search.vala | 0 src/Views/Sidebar.vala | 0 src/Views/TabbedBase.vala | 0 src/Views/Thread.vala | 0 src/Views/Timeline.vala | 0 src/Widgets/Attachment/Box.vala | 0 src/Widgets/Avatar.vala | 0 src/Widgets/Conversation.vala | 0 src/Widgets/MarkupView.vala | 0 src/Widgets/Notification.vala | 0 src/Widgets/RichLabel.vala | 0 src/Widgets/Status.vala | 0 src/Widgets/Widgetizable.vala | 0 subprojects/libadwaita.wrap | 0 subprojects/libgtk.wrap | 0 subprojects/libsass.wrap | 0 subprojects/pango.wrap | 0 subprojects/sassc.wrap | 0 uninstall.sh | 2 ++ 121 files changed, 6 insertions(+) mode change 100755 => 100644 .buildconfig mode change 100755 => 100644 .github/FUNDING.yml mode change 100755 => 100644 .github/ISSUE_TEMPLATE/bug-report.md mode change 100755 => 100644 .github/workflows/build.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 com.github.bleakgrey.tootle.json mode change 100755 => 100644 data/app.css mode change 100755 => 100644 data/com.github.bleakgrey.tootle.appdata.xml.in mode change 100755 => 100644 data/com.github.bleakgrey.tootle.desktop.in mode change 100755 => 100644 data/com.github.bleakgrey.tootle.gschema.xml mode change 100755 => 100644 data/gresource.xml mode change 100755 => 100644 data/icons/color-nightly.svg mode change 100755 => 100644 data/icons/color.svg mode change 100755 => 100644 data/icons/scalable/actions/globe-symbolic.svg mode change 100755 => 100644 data/icons/scalable/actions/hashtag-symbolic.svg mode change 100755 => 100644 data/icons/scalable/actions/mention-symbolic.svg mode change 100755 => 100644 data/icons/symbolic.svg mode change 100755 => 100644 data/meson.build mode change 100755 => 100644 data/screenshot1.png mode change 100755 => 100644 data/screenshot2.png mode change 100755 => 100644 data/screenshot3.png mode change 100755 => 100644 data/screenshot4.png mode change 100755 => 100644 data/ui/dialogs/main.ui mode change 100755 => 100644 data/ui/dialogs/new_account.ui mode change 100755 => 100644 data/ui/dialogs/preferences.ui mode change 100755 => 100644 data/ui/menus.ui mode change 100755 => 100644 data/ui/views/base.ui mode change 100755 => 100644 data/ui/views/new_account.ui mode change 100755 => 100644 data/ui/views/profile_header.ui mode change 100755 => 100644 data/ui/views/sidebar/account.ui mode change 100755 => 100644 data/ui/views/sidebar/item.ui mode change 100755 => 100644 data/ui/views/sidebar/view.ui mode change 100755 => 100644 data/ui/widgets/accounts_button_item.ui mode change 100755 => 100644 data/ui/widgets/compose_attachment.ui mode change 100755 => 100644 data/ui/widgets/profile_field_row.ui mode change 100755 => 100644 data/ui/widgets/status.ui mode change 100755 => 100644 data/ui/widgets/timeline_footer.ui mode change 100755 => 100644 data/ui/widgets/timeline_menu.ui mode change 100755 => 100644 meson.build mode change 100755 => 100644 po/LINGUAS mode change 100755 => 100644 po/POTFILES mode change 100755 => 100644 po/com.github.bleakgrey.tootle.pot mode change 100755 => 100644 po/de_DE.po mode change 100755 => 100644 po/es.po mode change 100755 => 100644 po/meson.build mode change 100755 => 100644 po/nb-NO.po mode change 100755 => 100644 po/ru_RU.po mode change 100755 => 100644 src/.editorconfig mode change 100755 => 100644 src/API/Account.vala mode change 100755 => 100644 src/API/AccountField.vala mode change 100755 => 100644 src/API/Attachment.vala mode change 100755 => 100644 src/API/Conversation.vala mode change 100755 => 100644 src/API/Entity.vala mode change 100755 => 100644 src/API/List.vala mode change 100755 => 100644 src/API/Mention.vala mode change 100755 => 100644 src/API/Notification.vala mode change 100755 => 100644 src/API/Relationship.vala mode change 100755 => 100644 src/API/SearchResults.vala mode change 100755 => 100644 src/API/Status.vala mode change 100755 => 100644 src/API/Tag.vala mode change 100755 => 100644 src/Application.vala mode change 100755 => 100644 src/Build.vala.in mode change 100755 => 100644 src/Dialogs/Composer/Dialog.vala mode change 100755 => 100644 src/Dialogs/ListEditor.vala mode change 100755 => 100644 src/Dialogs/MainWindow.vala mode change 100755 => 100644 src/Dialogs/NewAccount.vala mode change 100755 => 100644 src/Dialogs/Preferences.vala mode change 100755 => 100644 src/Dialogs/Saveable.vala mode change 100755 => 100644 src/Services/Accounts/AccountHolder.vala mode change 100755 => 100644 src/Services/Accounts/AccountStore.vala mode change 100755 => 100644 src/Services/Accounts/InstanceAccount.vala mode change 100755 => 100644 src/Services/Accounts/Mastodon/Account.vala mode change 100755 => 100644 src/Services/Accounts/SecretAccountStore.vala mode change 100755 => 100644 src/Services/Cache/AbstractCache.vala mode change 100755 => 100644 src/Services/Cache/EntityCache.vala mode change 100755 => 100644 src/Services/Cache/ImageCache.vala mode change 100755 => 100644 src/Services/Network/Network.vala mode change 100755 => 100644 src/Services/Network/Request.vala mode change 100755 => 100644 src/Services/Network/Streamable.vala mode change 100755 => 100644 src/Services/Network/Streams.vala mode change 100755 => 100644 src/Services/Settings.vala mode change 100755 => 100644 src/Utils/DateTime.vala mode change 100755 => 100644 src/Utils/Host.vala mode change 100755 => 100644 src/Utils/Html.vala mode change 100755 => 100644 src/Views/Base.vala mode change 100755 => 100644 src/Views/Bookmarks.vala mode change 100755 => 100644 src/Views/ContentBase.vala mode change 100755 => 100644 src/Views/Conversations.vala mode change 100755 => 100644 src/Views/Favorites.vala mode change 100755 => 100644 src/Views/Federated.vala mode change 100755 => 100644 src/Views/Hashtag.vala mode change 100755 => 100644 src/Views/Home.vala mode change 100755 => 100644 src/Views/List.vala mode change 100755 => 100644 src/Views/Lists.vala mode change 100755 => 100644 src/Views/Local.vala mode change 100755 => 100644 src/Views/Main.vala mode change 100755 => 100644 src/Views/Notifications.vala mode change 100755 => 100644 src/Views/Profile.vala mode change 100755 => 100644 src/Views/Search.vala mode change 100755 => 100644 src/Views/Sidebar.vala mode change 100755 => 100644 src/Views/TabbedBase.vala mode change 100755 => 100644 src/Views/Thread.vala mode change 100755 => 100644 src/Views/Timeline.vala mode change 100755 => 100644 src/Widgets/Attachment/Box.vala mode change 100755 => 100644 src/Widgets/Avatar.vala mode change 100755 => 100644 src/Widgets/Conversation.vala mode change 100755 => 100644 src/Widgets/MarkupView.vala mode change 100755 => 100644 src/Widgets/Notification.vala mode change 100755 => 100644 src/Widgets/RichLabel.vala mode change 100755 => 100644 src/Widgets/Status.vala mode change 100755 => 100644 src/Widgets/Widgetizable.vala mode change 100755 => 100644 subprojects/libadwaita.wrap mode change 100755 => 100644 subprojects/libgtk.wrap mode change 100755 => 100644 subprojects/libsass.wrap mode change 100755 => 100644 subprojects/pango.wrap mode change 100755 => 100644 subprojects/sassc.wrap diff --git a/.buildconfig b/.buildconfig old mode 100755 new mode 100644 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md old mode 100755 new mode 100644 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/com.github.bleakgrey.tootle.json b/com.github.bleakgrey.tootle.json old mode 100755 new mode 100644 diff --git a/data/app.css b/data/app.css old mode 100755 new mode 100644 diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in old mode 100755 new mode 100644 diff --git a/data/com.github.bleakgrey.tootle.desktop.in b/data/com.github.bleakgrey.tootle.desktop.in old mode 100755 new mode 100644 diff --git a/data/com.github.bleakgrey.tootle.gschema.xml b/data/com.github.bleakgrey.tootle.gschema.xml old mode 100755 new mode 100644 diff --git a/data/gresource.xml b/data/gresource.xml old mode 100755 new mode 100644 diff --git a/data/icons/color-nightly.svg b/data/icons/color-nightly.svg old mode 100755 new mode 100644 diff --git a/data/icons/color.svg b/data/icons/color.svg old mode 100755 new mode 100644 diff --git a/data/icons/scalable/actions/globe-symbolic.svg b/data/icons/scalable/actions/globe-symbolic.svg old mode 100755 new mode 100644 diff --git a/data/icons/scalable/actions/hashtag-symbolic.svg b/data/icons/scalable/actions/hashtag-symbolic.svg old mode 100755 new mode 100644 diff --git a/data/icons/scalable/actions/mention-symbolic.svg b/data/icons/scalable/actions/mention-symbolic.svg old mode 100755 new mode 100644 diff --git a/data/icons/symbolic.svg b/data/icons/symbolic.svg old mode 100755 new mode 100644 diff --git a/data/meson.build b/data/meson.build old mode 100755 new mode 100644 diff --git a/data/screenshot1.png b/data/screenshot1.png old mode 100755 new mode 100644 diff --git a/data/screenshot2.png b/data/screenshot2.png old mode 100755 new mode 100644 diff --git a/data/screenshot3.png b/data/screenshot3.png old mode 100755 new mode 100644 diff --git a/data/screenshot4.png b/data/screenshot4.png old mode 100755 new mode 100644 diff --git a/data/ui/dialogs/main.ui b/data/ui/dialogs/main.ui old mode 100755 new mode 100644 diff --git a/data/ui/dialogs/new_account.ui b/data/ui/dialogs/new_account.ui old mode 100755 new mode 100644 diff --git a/data/ui/dialogs/preferences.ui b/data/ui/dialogs/preferences.ui old mode 100755 new mode 100644 diff --git a/data/ui/menus.ui b/data/ui/menus.ui old mode 100755 new mode 100644 diff --git a/data/ui/views/base.ui b/data/ui/views/base.ui old mode 100755 new mode 100644 diff --git a/data/ui/views/new_account.ui b/data/ui/views/new_account.ui old mode 100755 new mode 100644 diff --git a/data/ui/views/profile_header.ui b/data/ui/views/profile_header.ui old mode 100755 new mode 100644 diff --git a/data/ui/views/sidebar/account.ui b/data/ui/views/sidebar/account.ui old mode 100755 new mode 100644 diff --git a/data/ui/views/sidebar/item.ui b/data/ui/views/sidebar/item.ui old mode 100755 new mode 100644 diff --git a/data/ui/views/sidebar/view.ui b/data/ui/views/sidebar/view.ui old mode 100755 new mode 100644 diff --git a/data/ui/widgets/accounts_button_item.ui b/data/ui/widgets/accounts_button_item.ui old mode 100755 new mode 100644 diff --git a/data/ui/widgets/compose_attachment.ui b/data/ui/widgets/compose_attachment.ui old mode 100755 new mode 100644 diff --git a/data/ui/widgets/profile_field_row.ui b/data/ui/widgets/profile_field_row.ui old mode 100755 new mode 100644 diff --git a/data/ui/widgets/status.ui b/data/ui/widgets/status.ui old mode 100755 new mode 100644 diff --git a/data/ui/widgets/timeline_footer.ui b/data/ui/widgets/timeline_footer.ui old mode 100755 new mode 100644 diff --git a/data/ui/widgets/timeline_menu.ui b/data/ui/widgets/timeline_menu.ui old mode 100755 new mode 100644 diff --git a/install.sh b/install.sh index 05c15f5..09d2acc 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,5 @@ +#! /bin/sh + set -e meson build --prefix=/usr cd build diff --git a/meson.build b/meson.build old mode 100755 new mode 100644 diff --git a/po/LINGUAS b/po/LINGUAS old mode 100755 new mode 100644 diff --git a/po/POTFILES b/po/POTFILES old mode 100755 new mode 100644 diff --git a/po/com.github.bleakgrey.tootle.pot b/po/com.github.bleakgrey.tootle.pot old mode 100755 new mode 100644 diff --git a/po/de_DE.po b/po/de_DE.po old mode 100755 new mode 100644 diff --git a/po/es.po b/po/es.po old mode 100755 new mode 100644 diff --git a/po/meson.build b/po/meson.build old mode 100755 new mode 100644 diff --git a/po/nb-NO.po b/po/nb-NO.po old mode 100755 new mode 100644 diff --git a/po/regenerate-po-files.sh b/po/regenerate-po-files.sh index aba5558..f59e318 100755 --- a/po/regenerate-po-files.sh +++ b/po/regenerate-po-files.sh @@ -1,3 +1,5 @@ +#! /bin/sh + cd .. cd build ninja com.github.bleakgrey.tootle-update-po diff --git a/po/ru_RU.po b/po/ru_RU.po old mode 100755 new mode 100644 diff --git a/src/.editorconfig b/src/.editorconfig old mode 100755 new mode 100644 diff --git a/src/API/Account.vala b/src/API/Account.vala old mode 100755 new mode 100644 diff --git a/src/API/AccountField.vala b/src/API/AccountField.vala old mode 100755 new mode 100644 diff --git a/src/API/Attachment.vala b/src/API/Attachment.vala old mode 100755 new mode 100644 diff --git a/src/API/Conversation.vala b/src/API/Conversation.vala old mode 100755 new mode 100644 diff --git a/src/API/Entity.vala b/src/API/Entity.vala old mode 100755 new mode 100644 diff --git a/src/API/List.vala b/src/API/List.vala old mode 100755 new mode 100644 diff --git a/src/API/Mention.vala b/src/API/Mention.vala old mode 100755 new mode 100644 diff --git a/src/API/Notification.vala b/src/API/Notification.vala old mode 100755 new mode 100644 diff --git a/src/API/Relationship.vala b/src/API/Relationship.vala old mode 100755 new mode 100644 diff --git a/src/API/SearchResults.vala b/src/API/SearchResults.vala old mode 100755 new mode 100644 diff --git a/src/API/Status.vala b/src/API/Status.vala old mode 100755 new mode 100644 diff --git a/src/API/Tag.vala b/src/API/Tag.vala old mode 100755 new mode 100644 diff --git a/src/Application.vala b/src/Application.vala old mode 100755 new mode 100644 diff --git a/src/Build.vala.in b/src/Build.vala.in old mode 100755 new mode 100644 diff --git a/src/Dialogs/Composer/Dialog.vala b/src/Dialogs/Composer/Dialog.vala old mode 100755 new mode 100644 diff --git a/src/Dialogs/ListEditor.vala b/src/Dialogs/ListEditor.vala old mode 100755 new mode 100644 diff --git a/src/Dialogs/MainWindow.vala b/src/Dialogs/MainWindow.vala old mode 100755 new mode 100644 diff --git a/src/Dialogs/NewAccount.vala b/src/Dialogs/NewAccount.vala old mode 100755 new mode 100644 diff --git a/src/Dialogs/Preferences.vala b/src/Dialogs/Preferences.vala old mode 100755 new mode 100644 diff --git a/src/Dialogs/Saveable.vala b/src/Dialogs/Saveable.vala old mode 100755 new mode 100644 diff --git a/src/Services/Accounts/AccountHolder.vala b/src/Services/Accounts/AccountHolder.vala old mode 100755 new mode 100644 diff --git a/src/Services/Accounts/AccountStore.vala b/src/Services/Accounts/AccountStore.vala old mode 100755 new mode 100644 diff --git a/src/Services/Accounts/InstanceAccount.vala b/src/Services/Accounts/InstanceAccount.vala old mode 100755 new mode 100644 diff --git a/src/Services/Accounts/Mastodon/Account.vala b/src/Services/Accounts/Mastodon/Account.vala old mode 100755 new mode 100644 diff --git a/src/Services/Accounts/SecretAccountStore.vala b/src/Services/Accounts/SecretAccountStore.vala old mode 100755 new mode 100644 diff --git a/src/Services/Cache/AbstractCache.vala b/src/Services/Cache/AbstractCache.vala old mode 100755 new mode 100644 diff --git a/src/Services/Cache/EntityCache.vala b/src/Services/Cache/EntityCache.vala old mode 100755 new mode 100644 diff --git a/src/Services/Cache/ImageCache.vala b/src/Services/Cache/ImageCache.vala old mode 100755 new mode 100644 diff --git a/src/Services/Network/Network.vala b/src/Services/Network/Network.vala old mode 100755 new mode 100644 diff --git a/src/Services/Network/Request.vala b/src/Services/Network/Request.vala old mode 100755 new mode 100644 diff --git a/src/Services/Network/Streamable.vala b/src/Services/Network/Streamable.vala old mode 100755 new mode 100644 diff --git a/src/Services/Network/Streams.vala b/src/Services/Network/Streams.vala old mode 100755 new mode 100644 diff --git a/src/Services/Settings.vala b/src/Services/Settings.vala old mode 100755 new mode 100644 diff --git a/src/Utils/DateTime.vala b/src/Utils/DateTime.vala old mode 100755 new mode 100644 diff --git a/src/Utils/Host.vala b/src/Utils/Host.vala old mode 100755 new mode 100644 diff --git a/src/Utils/Html.vala b/src/Utils/Html.vala old mode 100755 new mode 100644 diff --git a/src/Views/Base.vala b/src/Views/Base.vala old mode 100755 new mode 100644 diff --git a/src/Views/Bookmarks.vala b/src/Views/Bookmarks.vala old mode 100755 new mode 100644 diff --git a/src/Views/ContentBase.vala b/src/Views/ContentBase.vala old mode 100755 new mode 100644 diff --git a/src/Views/Conversations.vala b/src/Views/Conversations.vala old mode 100755 new mode 100644 diff --git a/src/Views/Favorites.vala b/src/Views/Favorites.vala old mode 100755 new mode 100644 diff --git a/src/Views/Federated.vala b/src/Views/Federated.vala old mode 100755 new mode 100644 diff --git a/src/Views/Hashtag.vala b/src/Views/Hashtag.vala old mode 100755 new mode 100644 diff --git a/src/Views/Home.vala b/src/Views/Home.vala old mode 100755 new mode 100644 diff --git a/src/Views/List.vala b/src/Views/List.vala old mode 100755 new mode 100644 diff --git a/src/Views/Lists.vala b/src/Views/Lists.vala old mode 100755 new mode 100644 diff --git a/src/Views/Local.vala b/src/Views/Local.vala old mode 100755 new mode 100644 diff --git a/src/Views/Main.vala b/src/Views/Main.vala old mode 100755 new mode 100644 diff --git a/src/Views/Notifications.vala b/src/Views/Notifications.vala old mode 100755 new mode 100644 diff --git a/src/Views/Profile.vala b/src/Views/Profile.vala old mode 100755 new mode 100644 diff --git a/src/Views/Search.vala b/src/Views/Search.vala old mode 100755 new mode 100644 diff --git a/src/Views/Sidebar.vala b/src/Views/Sidebar.vala old mode 100755 new mode 100644 diff --git a/src/Views/TabbedBase.vala b/src/Views/TabbedBase.vala old mode 100755 new mode 100644 diff --git a/src/Views/Thread.vala b/src/Views/Thread.vala old mode 100755 new mode 100644 diff --git a/src/Views/Timeline.vala b/src/Views/Timeline.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/Attachment/Box.vala b/src/Widgets/Attachment/Box.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/Avatar.vala b/src/Widgets/Avatar.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/Conversation.vala b/src/Widgets/Conversation.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/MarkupView.vala b/src/Widgets/MarkupView.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/Notification.vala b/src/Widgets/Notification.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/RichLabel.vala b/src/Widgets/RichLabel.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/Status.vala b/src/Widgets/Status.vala old mode 100755 new mode 100644 diff --git a/src/Widgets/Widgetizable.vala b/src/Widgets/Widgetizable.vala old mode 100755 new mode 100644 diff --git a/subprojects/libadwaita.wrap b/subprojects/libadwaita.wrap old mode 100755 new mode 100644 diff --git a/subprojects/libgtk.wrap b/subprojects/libgtk.wrap old mode 100755 new mode 100644 diff --git a/subprojects/libsass.wrap b/subprojects/libsass.wrap old mode 100755 new mode 100644 diff --git a/subprojects/pango.wrap b/subprojects/pango.wrap old mode 100755 new mode 100644 diff --git a/subprojects/sassc.wrap b/subprojects/sassc.wrap old mode 100755 new mode 100644 diff --git a/uninstall.sh b/uninstall.sh index 4943f05..923939e 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,3 +1,5 @@ +#! /bin/sh + cd build sudo ninja uninstall cd ..