Failing harbour validations with pythonsample

my first python app and fails the validations :slight_smile:

:-1: error: RPM Validation: Permissions: [/home/pawel/SailfishOS/mersdk/targets/SailfishOS-4.3.0.12-aarch64.default/usr/share/olive-goes-shopping/qml/cover/coveractions.py] File must not be executable (current permissions: 755)

first of all:
do we really still need the harbour- prefix ? i mean now with organisation i did expect to be gone.

second
i took code from pythonsample, create a new app (NOT pure qml) and move the files in. when i do build pythonsample i do get the exact same errors btw

ahoj

coveractions.py should just be 644. To get through the harbour rules you also need to strip standard env stuff like !/usr/bin/env python3 โ€ฆ but thatโ€™s it. Itโ€™s like the limit on one binary not including another. I canโ€™t ship executable c binaries with my c++ app either.