Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
3f4feed2 by wurstsalat at 2024-09-29T13:00:52+02:00
other: Windows: Improve MS Store development instructions

- - - - -


1 changed file:

- win/README.md


Changes:

=====================================
win/README.md
=====================================
@@ -41,4 +41,8 @@ ## Register Development App from msixbundle
 * Either build the msixbundle locally by running `./build.sh` as described 
above, or download a nightly build and place it in 
`C:\msys64\home\USER\gajim\win\_build_root\Gajim.msixbundle`
 * Run `./unpack_msixbundle.sh`, which unpacks the bundle to 
`C:\msys64\home\USER\gajim\win\_build_root\unpack\Gajim`
 * Open `C:\msys64\home\USER\gajim\win\_build_root\unpack\Gajim` in a PowerShell
+* For easier debugging, change `bin\Gajim.exe` to `bin\Gajim-Debug.exe` in 
`AppxManifest.xml`, like this: `<Application Id="Gajim" 
Executable="bin\Gajim-Debug.exe" EntryPoint="Windows.FullTrustApplication">`
 * Now register the app by running `Add-AppxPackage –Register AppxManifest.xml` 
from a PowerShell
+* Registering the app again requires a version bump in `AppxManifest.xml` (or 
uninstalling the Gajim app)
+
+To modify code, you can replace `.pyc` files by their equivalent `.py` files 
from this repo. Gajim's code within the App installation can be found in 
`C:\msys64\home\USER\gajim\win\_build_root\unpack\Gajim\lib\python3.11\site-packages\gajim`.
 Code changes do not require to re-register the app.



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3f4feed225c7032a6491ca8088e580e00230d9f5

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3f4feed225c7032a6491ca8088e580e00230d9f5
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to