-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRILL_VERSION inside executable and fix AppImage
- Loading branch information
1 parent
e55f8a6
commit 553d3bf
Showing
20 changed files
with
122 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,6 @@ Build | |
drill-ui | ||
drill-cli | ||
|
||
# Drill | ||
DRILL_VERSION | ||
|
||
# D | ||
dub.selections.json | ||
.dub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Google Drive$ | ||
Google Drive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Desktop$ | ||
Downloads$ | ||
Pictures$ | ||
Documents$ | ||
Videos$ | ||
Music$ | ||
Users$ | ||
Desktop | ||
Downloads | ||
Pictures | ||
Documents | ||
Videos | ||
Music | ||
Users |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Desktop$ | ||
Download$ | ||
Immagini$ | ||
Documenti$ | ||
Video$ | ||
Musica$ | ||
Utenti$ | ||
Desktop | ||
Download | ||
Immagini | ||
Documenti | ||
Video | ||
Musica | ||
Utenti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
home$ | ||
home |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
1080p$ | ||
720p$ | ||
2160p$ | ||
480p$ | ||
h264$ | ||
h265$ | ||
hevc$ | ||
x265$ | ||
x264$ | ||
360p$ | ||
240p$ | ||
multi$ | ||
Season$ | ||
season$ | ||
Multi$ | ||
ddp5\.1$ | ||
1080p | ||
720p | ||
2160p | ||
480p | ||
h264 | ||
h265 | ||
hevc | ||
x265 | ||
x264 | ||
360p | ||
240p | ||
multi | ||
Season | ||
season | ||
Multi | ||
ddp5\.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,9 @@ | ||
app: Drill | ||
ingredients: | ||
# dist: trusty | ||
# sources: | ||
# - deb http://deb.debian.org/debian stretch main | ||
# packages: | ||
# - libgcc1 | ||
# - libgtk3.0 | ||
|
||
|
||
# create the necessary dirs | ||
script: | ||
- mkdir -p me.santamorena.drill.AppDir/usr | ||
|
||
# copy the assets | ||
script: | ||
- cd ../../../ | ||
- cp Drill-GTK tools/appimage/me.santamorena.drill/me.santamorena.drill.AppDir/usr/Drill | ||
- cp DRILL_VERSION tools/appimage/me.santamorena.drill/me.santamorena.drill.AppDir/usr/ | ||
- chmod +x tools/appimage/me.santamorena.drill/me.santamorena.drill.AppDir/usr/Drill | ||
- cp -r assets tools/appimage/me.santamorena.drill/me.santamorena.drill.AppDir/usr/ | ||
- cd tools/appimage | ||
- cp drill.sh me.santamorena.drill/me.santamorena.drill.AppDir/usr/ | ||
- chmod +x me.santamorena.drill/me.santamorena.drill.AppDir/usr/drill.sh | ||
- cp me.santamorena.drill.desktop me.santamorena.drill/me.santamorena.drill.AppDir | ||
- cp ../../assets/icon.svg me.santamorena.drill/me.santamorena.drill.AppDir | ||
script: | ||
- cp -r ../../../../Source/Frontend/GTK/Build/Drill-GTK-linux-x86_64-release/* usr | ||
- mv usr/drill-search-gtk usr/drill-search-gtk.elf | ||
- chmod +x usr/drill-search-gtk.elf | ||
- cp ../../drill-search-gtk.desktop . | ||
- cp ../../drill-search-gtk.svg . | ||
- cp ../../drill-search-gtk.bash usr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
./drill-search-gtk.elf |
21 changes: 11 additions & 10 deletions
21
Tools/AppImage/Drill.desktop → Tools/AppImage/drill-search-gtk.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=Drill | ||
Type=Application | ||
Comment=Search files without using indexing, but clever crawling | ||
Comment[it]=Trova files sul tuo PC senza indicizzare, ma cercando intelligentemente | ||
Icon=icon.svg | ||
Exec=drill-search-gtk | ||
Terminal=false | ||
Categories=Application;Utility;GTK; | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=Drill | ||
Type=Application | ||
Comment=Search files without using indexing, but clever crawling | ||
Comment[it]=Trova files sul tuo PC senza indicizzare, ma cercando intelligentemente | ||
Icon=drill-search-gtk.svg | ||
Exec=bash drill-search-gtk.bash | ||
TryExec=bash drill-search-gtk.bash | ||
Terminal=false | ||
Categories=Application;Utility;GTK; | ||
Keywords=Search;FileSearch;File Search;Find; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.