Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10455513
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1022 B
Subscribers
None
View Options
diff --git a/data/meson.build b/data/meson.build
index 4d6bed6..f1e8188 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,17 +1,18 @@
icon_sizes = ['16', '24', '32', '48', '64', '128']
foreach i : icon_sizes
install_data(
join_paths('icons', i, meson.project_name() + '.png'),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps'
)
)
endforeach
install_data('icons/writeas-bright-dark.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
install_data('com.github.writeas.writeas-gtk.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('com.github.writeas.writeas-gtk.appdata.xml',
install_dir: join_paths(get_option('datadir'), 'metainfo'))
+install_data('writeas', install_dir: get_option('bindir'))
diff --git a/data/writeas b/data/writeas
new file mode 100755
index 0000000..63b1cd5
Binary files /dev/null and b/data/writeas differ
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jan 31, 2:46 PM (9 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3145750
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment