From 195734fada539224d61d844ec47a85da609f0f77 Mon Sep 17 00:00:00 2001 From: Zoraiz Date: Wed, 26 May 2021 12:00:29 +0500 Subject: [PATCH] Updated snapcraft.yaml to build locally --- snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 454f2f5..2f927d2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,6 @@ name: ascii-image-converter base: core18 -version: '1.2.2' +version: "1.2.2" summary: Converts images into ascii format description: | This tool converts images into ascii format and prints them onto the terminal window. @@ -16,7 +16,6 @@ parts: plugin: go go-importpath: github.com/TheZoraiz/ascii-image-converter source: . - source-type: git build-packages: - gcc