Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
artemanufrij committed Oct 28, 2018
1 parent 068c062 commit 97fd5af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ i18n.merge_file(
)

#Install our .contract file so Files will see it
i18n.merge_file(
input: join_paths('data', meson.project_name() + '.contract.in'),
output: meson.project_name() + '.contract',
po_dir: join_paths(meson.source_root(), 'po'),
install: true,
install_data(
join_paths('data', meson.project_name() + '.contract'),
install_dir: join_paths(get_option('datadir'), 'contractor')
)

Expand Down
3 changes: 1 addition & 2 deletions po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
src/MainWindow.vala
src/Application.vala
data/com.github.artemanufrij.hashit.desktop.in
data/com.github.artemanufrij.hashit.appdata.xml.in
data/com.github.artemanufrij.hashit.contract.in
data/com.github.artemanufrij.hashit.appdata.xml.in

0 comments on commit 97fd5af

Please sign in to comment.