Skip to content

Instantly share code, notes, and snippets.

@joselcvarela
Created July 21, 2020 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joselcvarela/0f3f2d27fdd2b61f0f2285f0b1f31eca to your computer and use it in GitHub Desktop.
Save joselcvarela/0f3f2d27fdd2b61f0f2285f0b1f31eca to your computer and use it in GitHub Desktop.
Tizen Build Package
## Tizen configuration
1. Download Tizen CLI from here https://developer.tizen.org/development/tizen-studio/download
2. `chmod 755 web-cli_Tizen_Studio_3.7_ubuntu-64.bin`
3. `~/tizen-studio/tools/ide/bin/tizen certificate -a ProfileName -p 1234 -f profile_filename`
4. `~/tizen-studio/tools/ide/bin/tizen security-profiles add -n ProfileName -a ~/tizen-studio-data/keystore/author/profile_filename.p12 -p 1234`
5. Edit `~/tizen-studio-data/profile/profiles.xml` and change password fields like this:
```
<profileitem ...profile_filename.p12" password="" rootca=""/>
<profileitem ...tizen-distributor-signer.p12" password="tizenpkcs12passfordsigner" rootca=""/>
```
5. `~/tizen-studio/tools/ide/bin/tizen package -t wgt -s ProfileName -- <BUILD_FOLDER>` where `<BUILD_FOLDER>` is the distributable files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment