diff options
author | Wu Xiaotian <[email protected]> | 2019-03-19 17:21:28 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-19 15:17:44 +0100 |
commit | 89311f8ffc39fd91ece89e6594fabd0225a5db2f (patch) | |
tree | 8ee09a113a1fa666097b5ff78ca22d6cef69dade /.travis.yml | |
parent | edf62424d60173d425aada01d21a478fbbb26f14 (diff) | |
download | engrampa-89311f8ffc39fd91ece89e6594fabd0225a5db2f.tar.bz2 engrampa-89311f8ffc39fd91ece89e6594fabd0225a5db2f.tar.xz |
update favicon of page
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ec3e54e..50a5645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,6 +152,6 @@ before_scripts: after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - - ./gen-index -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/system-file-manager.png + - ./gen-index -i https://github.com/mate-desktop/engrampa/raw/master/data/icons/16x16/apps/engrampa.png - fi - make distcheck |