Skip to content

Flutter snap#57

Open
DiogoConstantino wants to merge 3 commits intoInterruptorPt:masterfrom
DiogoConstantino:flutter-snap
Open

Flutter snap#57
DiogoConstantino wants to merge 3 commits intoInterruptorPt:masterfrom
DiogoConstantino:flutter-snap

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