Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter snap #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DiogoConstantino
Copy link

Para resolver o #26, segue o commit inicial do snapcraft.yaml para gerar o snap da aplicação em flutter, e de um script em bash, para automatizar o processo de ter snapcraft e de passos que têm de ser tomados antes de o correr por a aplicação Flutter não estar na raiz do repositório.



# TODO:
# 1. Output errros and warnings correctly to STDERR
Copy link
Collaborator

@marado marado Oct 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/erros/errors/


# Generate the snap package
snapcraft
if [[ $? -ne 0]]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/0]]/0 ]]/

@marado marado linked an issue Oct 25, 2020 that may be closed by this pull request
@@ -0,0 +1,82 @@
#!/bin/sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mudar para #!/bin/bash

isto usa bash built-ins como o [[ ... ]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fazer o snap da App
3 participants