Skip to content

Commit

Permalink
Merge pull request #54 from jchenj/jchenj-patch-1
Browse files Browse the repository at this point in the history
Clarify instructions & fix typos - Tutorial 4
  • Loading branch information
freakboy3742 committed May 29, 2020
2 parents bcb9f94 + 4fb3c67 commit 4742c1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/tutorial/tutorial-4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,15 @@ for your existing bundled application:
If Briefcase can't find the scaffolded template, it will automatically invoke
`create` to generate a fresh scaffold.

Now that we've updated the installer code, We can then run ``briefcase build``
Now that we've updated the installer code, we can then run ``briefcase build``
to re-compiled app, ``briefcase run`` to run the updated app, and ``briefcase
package`` to repackage the application for distribution.

(macOS users, remember that as noted in :doc:`Tutorial 3 <tutorial-3>`, for the
tutorial we recommend running ``briefcase package`` with the ``--no-sign`` flag
to avoid the complexity of setting up a code signing identity and keep the
tutorial as simple as possible.)

Updating dependencies and icons
===============================

Expand Down Expand Up @@ -186,5 +191,5 @@ We now have our application packaged for distribution on desktop platforms,
and we've been able to update the code in our application.

But what about mobile? In :doc:`Tutorial 5 <tutorial-5/index>`, we'll convert
out application into a mobile application, and deploy it onto a device
our application into a mobile application, and deploy it onto a device
simulator, and onto a phone.

0 comments on commit 4742c1f

Please sign in to comment.