Computers and Technology

nvda addons making

Założony przez bomberman29 31 wpisów ostatni wpis 4 lata temu Strona 1 z 2

#2

i saw an interesting addon: tone master. is there a 2020 version of it? or is there a pythonist that can help me? i saw the code. it's small.
my github: https://github.com/denizsincar29

#3 Edytowano

Why does there need to be a 2020 version of it? One thing I definitely know for sure is that it's compatible with Python 3.

#9

I don't have it and when I tried to download it from the official addons page it claimed that the page didn't exist anymore on GitHub.

#12

But, the source code is still available, to kinda bring this back to topic.

#15 Edytowano

I wonder if it would work if you set the flags (last tested version etc.), because indeed, the flags aren't set in the INI file in the compiled addon, which is why it complains in the first place.

#17

Just took this from another addon:
minimumNVDAVersion = 2019.3
lastTestedNVDAVersion = 2020.3

#19 Edited

How did you change the file inside the archive? You can't do that with just windows, can you?